hgeDistortionMesh Operators
The following operators are defined for hgeDistortionMesh class:
hgeDistortionMesh& operator= (const hgeDistortionMesh &dm);
So, you can easily clone hgeDistortionMesh instances. In case of hgeDistortionMesh
pointers use this syntax: *dm2=*dm1;
Requirements
Header: hgedistort.h
Import library: hgehelp.lib
|