Method |
Description |
|
ClampLengthAngle ( float maxLength, float maxAngle ) : void |
|
|
GetHashCode ( ) : int |
|
|
GetScaled ( float scale ) : QuatT |
|
|
Invert ( ) : void |
|
|
IsEquivalent ( QuatT p, float epsilon = 0.05f ) : bool |
|
|
Nlerp ( QuatT start, QuatT end, float amount ) : void |
|
|
QuatT ( Matrix34 m ) : System |
|
|
QuatT ( Vec3 t, Quat q ) : System |
|
|
SetFromVectors ( Vec3 vx, Vec3 vy, Vec3 vz, Vec3 pos ) : void |
|
|
SetIdentity ( ) : void |
|
|
SetRotationAA ( float cosha, float sinha, Vec3 axis, Vec3 trans = null ) : void |
|
|
SetRotationXYZ ( Vec3 rad, Vec3 trans = null ) : void |
|
|
SetTranslation ( Vec3 trans ) : void |
|
|