Share

AcGeScale3d Constructor

Overload List

Method Description
AcGeScale3d::AcGeScale3d () Constructor. Constructs the uniform unit scale transformation.
AcGeScale3d::AcGeScale3d (AcGeScale3d&) Copy constructor.
AcGeScale3d::AcGeScale3d (double) Constructor. Constructs the uniform scale transformation with scale factor factor.
AcGeScale3d::AcGeScale3d (double, double, double) Constructor: constructs scale transformation with scale factors xFactor, yFactor, and zFactor.

Was this information helpful?