Class Hierarchy
AcGeScale3d
C++
class AcGeScale3d;
File
gescl3d.h
Description
The class AcGeScale3d is called "scale vector 3D." This class is used to represent scaling transformations in 3D space.
Contract: The scale vector must have no zero components (with tolerances 1.0e-10).
The data members of the class AcGeScale3d are three doubles, which are called "scale factors."
Remarks
Class AcGeScale3d can be viewed as a structure consisting of three doubles.
Links
AcGeScale3d Constructor, AcGeScale3d Data Members, AcGeScale3d Methods, AcGeScale3d Operators
See Also
AcGeScale2d