Contains various math utility methods
To obtain an instance of this class, refer to Session
Created in NX3.0.0.
More...
Contains various math utility methods
To obtain an instance of this class, refer to Session
Created in NX3.0.0.
Returns a vector which is the product of a 3x3 matrix and a 3D vector.
- Returns
- The product of the matrix and original vector.
Created in NX6.0.0.
License requirements : None
- Parameters
-
matrix | The transform matrix. |
originalVector | The original vector we want to multiply with the matrix |
Returns a point which is the product of a 3x3 matrix and a 3D point.
- Returns
- The product of the matrix and original point.
Created in NX6.0.0.
License requirements : None
- Parameters
-
matrix | The transform matrix. |
originalPoint | The original point we want to multiply with the matrix |
Orthonormalizes a matrix.
- Returns
- An orthonormalized version of the input matrix.
Created in NX3.0.0.
License requirements : None
- Parameters
-
original | The original matrix. Must have a non-zero determinant. |
tag_t NXOpen::MathUtils::Tag |
( |
| ) |
const |
Returns the tag of this object.
The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.