C# Class RekdEngine.UtilMath.Vector3f

Datei anzeigen Open project: Naronco/Rekd-Sharp Class Usage Examples

Public Properties

Property Type Description
X float

Public Methods

Method Description
Clear ( ) : Vector3f
Cross ( Vector3f v ) : Vector3f
Dot ( Vector3f v ) : float
Equals ( object obj ) : bool
GetDistance ( Vector3f other ) : float
GetDistance ( Vector3f A, Vector3f B ) : float
GetHashCode ( ) : int
GetLength ( ) : float
GetSquaredDistance ( Vector3f other ) : float
GetSquaredDistance ( Vector3f A, Vector3f B ) : float
GetSquaredLength ( ) : float
Normalize ( ) : Vector3f
Set ( Vector3f other ) : Vector3f
Set ( float X, float Y, float Z ) : Vector3f
Vector3f ( Vector3f other ) : System
Vector3f ( float X, float Y, float Z ) : System
operator ( ) : Vector3f
operator ( ) : bool

Method Details

Clear() public method

public Clear ( ) : Vector3f
return Vector3f

Cross() public method

public Cross ( Vector3f v ) : Vector3f
v Vector3f
return Vector3f

Dot() public method

public Dot ( Vector3f v ) : float
v Vector3f
return float

Equals() public method

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

GetDistance() public method

public GetDistance ( Vector3f other ) : float
other Vector3f
return float

GetDistance() public static method

public static GetDistance ( Vector3f A, Vector3f B ) : float
A Vector3f
B Vector3f
return float

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLength() public method

public GetLength ( ) : float
return float

GetSquaredDistance() public method

public GetSquaredDistance ( Vector3f other ) : float
other Vector3f
return float

GetSquaredDistance() public static method

public static GetSquaredDistance ( Vector3f A, Vector3f B ) : float
A Vector3f
B Vector3f
return float

GetSquaredLength() public method

public GetSquaredLength ( ) : float
return float

Normalize() public method

public Normalize ( ) : Vector3f
return Vector3f

Set() public method

public Set ( Vector3f other ) : Vector3f
other Vector3f
return Vector3f

Set() public method

public Set ( float X, float Y, float Z ) : Vector3f
X float
Y float
Z float
return Vector3f

Vector3f() public method

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

Vector3f() public method

public Vector3f ( float X, float Y, float Z ) : System
X float
Y float
Z float
return System

operator() public static method

public static operator ( ) : Vector3f
return Vector3f

operator() public static method

public static operator ( ) : bool
return bool

Property Details

X public_oe property

public float X
return float