C# Class RekdEngine.UtilMath.Vector4f

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

Public Properties

Property Type Description
X float

Public Methods

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

Method Details

Clear() public method

public Clear ( ) : Vector4f
return Vector4f

Cross() public method

public Cross ( Vector4f v ) : Vector4f
v Vector4f
return Vector4f

Dot() public method

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

Equals() public method

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

GetDistance() public method

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

GetDistance() public static method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLength() public method

public GetLength ( ) : float
return float

GetSquaredDistance() public method

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

GetSquaredDistance() public static method

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

GetSquaredLength() public method

public GetSquaredLength ( ) : float
return float

Normalize() public method

public Normalize ( ) : Vector4f
return Vector4f

Set() public method

public Set ( Vector4f other ) : Vector4f
other Vector4f
return Vector4f

Set() public method

public Set ( float X, float Y, float Z, float W ) : Vector4f
X float
Y float
Z float
W float
return Vector4f

Vector4f() public method

public Vector4f ( Vector4f other ) : System
other Vector4f
return System

Vector4f() public method

public Vector4f ( float X, float Y, float Z, float W ) : System
X float
Y float
Z float
W float
return System

operator() public static method

public static operator ( ) : Vector4f
return Vector4f

operator() public static method

public static operator ( ) : bool
return bool

Property Details

X public_oe property

public float X
return float