Version 23.1 (latest)

Matrix3D Class Methods

For a list of all members of this type, see Matrix3D members.

Public Methods
 NameDescription
Public MethodmultMultiply this matrix by a second matrix.  
Public MethodscaleOverloaded. Scale by f in all dimensions.  
Public MethodToStringReturns a string representation of this matrix.  
Public MethodtransformOverloaded. Transform nvert points from v into tv using this matrix.  
Public MethodtranslateTranslate the origin.  
Public MethodunitReinitialize to the unit matrix.  
Public MethodxrotRotate theta degrees along the X-axis.  
Public MethodyrotRotate theta degrees along the Y-axis.  
Public MethodzrotRotate theta degrees along the Z-axis.  
See Also