Share

AcGeScale2d

Class Hierarchy

AcGeScale2d

C++

class AcGeScale2d;

File

gescl2d.h

Description

The class AcGeScale2d is called "scale vector 2D." This class is used to represent scaling transformations in 2D space.

Contract: The scale vector must have no zero components (with tolerances 1.0e-10).

The data members of the class AcGeScale2d are two doubles, which are called "scale factors."

Remarks

Class AcGeScale2d can be viewed as a structure consisting of two doubles.

Links

AcGeScale2d Constructor, AcGeScale2d Data Members, AcGeScale2d Methods, AcGeScale2d Operators

See Also

AcGeScale3d

Was this information helpful?