Item | Returns the data item of the matrix. |
Multiply | Multiplies two matrices and returns the result as a DmisMatrix object. |
Normalize | Normalizes the matrix. |
Reset | Resets the matrix to the identity matrix. |
RotateByAngle | Rotates the matrix by the specified angle relative to the workplane. |
RotateToPoint | Rotates the matrix by the calculated angle relative to the workplane. |
RotateToVector | Rotates the primary axis (as determined by the workplane parameter) to the specified vector. |
SetMatrix | Initializes the matrix using the vector and workplane to set the matrix orientation and the point to set the matrix offset. |
TransformDataBack | Multiplies the supplied data by the matrix |
TransformDataForward | Multiplies the supplied data by the inverse of the matrix |
_Copy | |
Copy | Returns a copy of the matrix. |
Inverse | Returns an inverse matrix of the current matrix. |
IsIdentity | Determines whether or not the matrix is the identity matrix. |
Offset | The first set of three doubles in the matrix representing the translation offset of the matrix. |
PrimaryAxis | The second set of three doubles in the matrix representing the matrix's primary axis. |
SecondaryAxis | The third set of three doubles in the matrix representing the matrix's secondary axis. |
TertiaryAxis | The fourth set of three doubles in the matrix representing the matrix's tertiary axis. |