Version

Matrix3D Class Members

The following tables list the members exposed by Matrix3D.

Public Constructors
 NameDescription
Public ConstructorMatrix3D ConstructorMatrix3D constructor.  
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