Share

AcGeEntity2d::rotateBy

C++

GE_DLLEXPIMPORT AcGeEntity2d& rotateBy(
    double angle, 
    const AcGePoint2d& wrtPoint = AcGePoint2d::kOrigin
);

Description

Rotates the entity about the input point by the input angle.

Parameters

Parameters Description
angle Input angle of rotation
wrtPoint Input point about which to rotate

Links

AcGeEntity2d

Was this information helpful?