Share

AcGeScale2d::AcGeScale2d

C++

GE_DLLEXPIMPORT AcGeScale2d(
    double xFactor, 
    double yFactor
);

Description

Constructor: constructs scale transformation with scale factors xFactor and yFactor.

Parameters

Parameters Description
xFactor Input X direction scale
yFactor Input Y direction scale

Links

AcGeScale2d

Was this information helpful?