For a list of all members of this type, see Matrix3D members.
Name | Description | |
---|---|---|
![]() | mult | Multiply this matrix by a second matrix. |
![]() | scale | Overloaded. Scale by f in all dimensions. |
![]() | ToString | Returns a string representation of this matrix. |
![]() | transform | Overloaded. Transform nvert points from v into tv using this matrix. |
![]() | translate | Translate the origin. |
![]() | unit | Reinitialize to the unit matrix. |
![]() | xrot | Rotate theta degrees along the X-axis. |
![]() | yrot | Rotate theta degrees along the Y-axis. |
![]() | zrot | Rotate theta degrees along the Z-axis. |