C# Class Vector4

Show file Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
w float
x float
y float
z float

Property Details

w public property

public float w
return float

x public property

public float x
return float

y public property

public float y
return float

z public property

public float z
return float