Property | Type | Description | |
---|---|---|---|
Identity | |||
W | float | ||
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
CreateFromAxisAngle ( |
||
CreateFromRotationMatrix ( Matrix3D matrix ) : |
||
CreateFromYawPitchRoll ( float yaw, float pitch, float roll ) : |
||
IsNan ( |
||
Normalize ( ) : void | ||
Quaternion ( |
||
Quaternion ( float x, float y, float z, float w ) : System | ||
operator ( ) : |
||
operator ( ) : bool |
public static CreateFromAxisAngle ( |
||
axis | ||
angle | float | |
return |
public static CreateFromRotationMatrix ( Matrix3D matrix ) : |
||
matrix | Matrix3D | |
return |
public static CreateFromYawPitchRoll ( float yaw, float pitch, float roll ) : |
||
yaw | float | |
pitch | float | |
roll | float | |
return |
public Quaternion ( |
||
axis | ||
angle | float | |
return | System |
public Quaternion ( float x, float y, float z, float w ) : System | ||
x | float | |
y | float | |
z | float | |
w | float | |
return | System |