C# Class ME3Explorer.CurveEd.Vector

Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
X float
Y float
Z float

Public Methods

Method Description
Vector ( float x, float y, float z ) : System

Method Details

Vector() public method

public Vector ( float x, float y, float z ) : System
x float
y float
z float
return System

Property Details

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float