Property | Type | Description | |
---|---|---|---|
W | float | ||
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
Length ( ) : float | ||
Normalize ( ) : |
||
Quat ( Coord axis, float angle ) : System | ||
Quat ( float x, float y, float z, float w ) : System | ||
ToString ( ) : string | ||
operator ( ) : |
public Quat ( Coord axis, float angle ) : System | ||
axis | Coord | |
angle | float | |
return | System |
public Quat ( float x, float y, float z, float w ) : System | ||
x | float | |
y | float | |
z | float | |
w | float | |
return | System |