C# Class fCraft.Vector3f

Show file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLength() public method

public GetLength ( ) : float
return float

Vector3f() public method

public Vector3f ( Vector3f other ) : System
other Vector3f
return System

Vector3f() public method

public Vector3f ( Vector3i other ) : System
other Vector3i
return System

Vector3f() public method

public Vector3f ( float _x, float _y, float _h ) : System
_x float
_y float
_h float
return System

operator() public static method

public static operator ( ) : Vector3f
return Vector3f

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int i ) : float
i int
return float

Property Details

x public property

public float x
return float