Pointwise Plugin SDK
|
The 2D transform matrix data type. More...
#include <apiGridModel.h>
Public Attributes | |
PWP_INT32 | m [2][3] |
m[row][col] More... | |
The 2D transform matrix data type.
Defines the transform of a structured ij index across a 2D block connection.
You can convert to the equivalent 3D transform matrix using PwXform2to3().
Definition at line 903 of file apiGridModel.h.
PWP_INT32 PWGM_INDEX_XFORM2::m[2][3] |
m[row][col]
Definition at line 904 of file apiGridModel.h.
Referenced by PwXform2Apply(), PwXform2to3(), and PwXform3to2().