hgeDistortionMesh Constructors

To create and initalize a hgeDistortionMesh object you may use one of these constructors:

hgeDistortionMesh(
  int cols,
  int rows
);

hgeDistortionMesh(
  const hgeDistortionMesh &dm
);

Parameters

cols
Number of mesh columns. The minimum allowed value is 2.
rows
Number of mesh rows. The minimum allowed value is 2.

Requirements

Header: hgedistort.h
Import library: hgehelp.lib