'Declaration Public Sub Init( _ ByVal dimensionM As Integer, _ ByVal dimensionN As Integer _ )
'Usage Dim instance As ImGearVectorEntityEasysurface Dim dimensionM As Integer Dim dimensionN As Integer instance.Init(dimensionM, dimensionN)
public void Init( int dimensionM, int dimensionN )
public: void Init( int dimensionM, int dimensionN )
public: void Init( int dimensionM, int dimensionN )
Parameters
- dimensionM
- New size of the meshes in M direction.
- dimensionN
- New size of the meshes in N direction.