Pointwise Plugin SDK
Public Attributes | List of all members
PWGM_INDEX_XFORM2 Struct Reference

The 2D transform matrix data type. More...

#include <apiGridModel.h>

Public Attributes

PWP_INT32 m [2][3]
 m[row][col] More...
 

Detailed Description

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 932 of file apiGridModel.h.

Member Data Documentation

◆ m

PWP_INT32 PWGM_INDEX_XFORM2::m[2][3]

m[row][col]

Definition at line 933 of file apiGridModel.h.

Referenced by PwXform2Apply(), PwXform2to3(), and PwXform3to2().


The documentation for this struct was generated from the following file: