set
Sets the matrix to a rotation matrix representing the quaternion.
Return
this matrix
Parameters
the quaternion that is to be used to set this matrix
Sets the matrix to a rotation matrix representing the quaternion.
Return
this matrix
Parameters
The X component of the quaternion that is to be used to set this matrix.
The Y component of the quaternion that is to be used to set this matrix.
The Z component of the quaternion that is to be used to set this matrix.
The W component of the quaternion that is to be used to set this matrix.
Sets the matrix to a rotation matrix representing the translation, quaternion, and scale.
Return
this matrix
Parameters
the translation component
the rotation component
the scale component
Sets the matrix to a rotation matrix representing the translation, quaternion, and scale.
Return
this matrix
Parameters
The X component of the translation that is to be used to set this matrix.
The Y component of the translation that is to be used to set this matrix.
The Z component of the translation that is to be used to set this matrix.
The X component of the quaternion that is to be used to set this matrix.
The Y component of the quaternion that is to be used to set this matrix.
The Z component of the quaternion that is to be used to set this matrix.
The W component of the quaternion that is to be used to set this matrix.
The X component of the scaling that is to be used to set this matrix.
The Y component of the scaling that is to be used to set this matrix.
The Z component of the scaling that is to be used to set this matrix.