Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint3d::rotateBy Method
Syntax
C++
OdGePoint3d& rotateBy(double angle, const OdGeVector3d& vect, const OdGePoint3d& basePoint = OdGePoint3d::kOrigin);

Rotates this point about the specified basePoint and axis of rotation by the specified angle. 

 

Parameters
Description
angle
[in] Rotation angle in radians.
vect
[in] Axis of rotation.
basePoint
[in] Basepoint relative to which rotation is computed.
Copyright © 2002-2022. Open Design Alliance All rights reserved.