CADability dotNET
The ModOp type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Determinant |
Returns the determinant of the matrix of this modification.
|
![]() | Factor |
Gets the scaling factor if appropriate
|
![]() ![]() | Identity |
Creates a modification that leaves everything unchanged.
|
![]() | IsIsogonal |
Same as IsOrthogonal |
![]() | IsNull |
Returns true for ModOps that are 0.0 in all components. Uninitialized ModOp objects will return true.
Usually used for a test, whether it has been initialized, since a 0 ModOp shouldn't occur in normal circumstances.
|
![]() | IsOrthogonal |
Returns true if orthogonal vectors stay orthogonal after transformation
|
![]() | Matrix |
Gets or sets the Matrix that defines this mmodification
|
![]() | Mode |
Gets the kind of operation this ModOp performs.
|
![]() | Oriented |
Gets the orientation of this ModOp. True means orientation is preserved (e.g. lefthanded), false
means orientation is reversed (lefthanded to righthanded and vice versa).
|
![]() | Translation |
Returns the translation vector of this ModOp
|