C# Class fCraft.Vector3f

Afficher le fichier Open project: henon/manic_digger Class Usage Examples

Méthodes publiques

Свойство Type Description
x float

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLength ( ) : float
Vector3f ( Vector3f other ) : System
Vector3f ( Vector3i other ) : System
Vector3f ( float _x, float _y, float _h ) : System
operator ( ) : Vector3f
operator ( ) : bool
this ( int i ) : float

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLength() public méthode

public GetLength ( ) : float
Résultat float

Vector3f() public méthode

public Vector3f ( Vector3f other ) : System
other Vector3f
Résultat System

Vector3f() public méthode

public Vector3f ( Vector3i other ) : System
other Vector3i
Résultat System

Vector3f() public méthode

public Vector3f ( float _x, float _y, float _h ) : System
_x float
_y float
_h float
Résultat System

operator() public static méthode

public static operator ( ) : Vector3f
Résultat Vector3f

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : float
i int
Résultat float

Property Details

x public_oe property

public float x
Résultat float