The following tables list the members exposed by Matrix3D.
| Name | Description | |
|---|---|---|
![]() | Matrix3D Constructor | Matrix3D constructor. |
| 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. |