C# Class CSE.Content.Vector3

Show file Open project: kcherr1/CSharp-Eval Class Usage Examples

Public Properties

Property Type Description
X float
Y float
Z float

Public Methods

Method Description
Vector3 ( float x, float y, float z )

Method Details

Vector3() public method

public Vector3 ( float x, float y, float z )
x float
y float
z float

Property Details

X public property

public float X
return float

Y public property

public float Y
return float

Z public property

public float Z
return float