Skip to content

classMatrix34 03

Constructor & Destructor Documentation

Matrix34::Matrix34 void   )  [inline]
 

Definition at line 33 of file Matrix34.h.

References FALSE.

Referenced by GetScaleMatrix(), NoTranslate(), and Transpose().

Matrix34::Matrix34 const Vector4 ,
const Vector4 ,
const Vector4
[inline]
 

Definition at line 175 of file Matrix34.h.

References Set().

Here is the call graph for this function:

Matrix34::Matrix34 const Matrix34 m  )  [inline]
  Definition at line 455 of file Matrix34.h.

Matrix34::Matrix34 float  fillvalue  )  [inline]
 

Definition at line 180 of file Matrix34.h.

References FALSE, and SetIdentity().

Here is the call graph for this function:

Matrix34::Matrix34 const RotateVector rotate  )  [inline]
 

Definition at line 188 of file Matrix34.h.

References RotateVector::end, FALSE, float(), RADIANS, RotateVector::roll, SetIdentity(), Vector::x, Vector::y, YXRotateRadians, YXZRotateRadians, and Vector::z.

Here is the call graph for this function:

Matrix34::Matrix34 const Quaternion  ) 
 

Matrix34::Matrix34 const RotateEuler re  )  [inline]
 

Definition at line 199 of file Matrix34.h.

References FALSE, SetIdentity(), RotateEuler::x, RotateEuler::y, YXZRotate, and RotateEuler::z.

Here is the call graph for this function:

Matrix34::Matrix34 const TSQ tsq  )