C# Class AriDEVParser.Util.Vector3

Afficher le fichier Open project: AriDEV/AriDEVParser Class Usage Examples

Méthodes publiques

Свойство Type Description
X float
Y float
Z float

Méthodes publiques

Méthode Description
Equals ( Vector3 other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Vector3 ( float x, float y, float z ) : System.Runtime.InteropServices
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( Vector3 other ) : bool
other Vector3
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector3() public méthode

public Vector3 ( float x, float y, float z ) : System.Runtime.InteropServices
x float
y float
z float
Résultat System.Runtime.InteropServices

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float