Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::rotation Method
Syntax
C++
static OdGeMatrix3d rotation(double angle, const OdGeVector3d& axis, const OdGePoint3d& center = OdGePoint3d::kOrigin);

Returns the matrix that rotates entities by an angle about an axis passing through the center. 

 

Parameters
Description
angle
[in] Rotation angle.
axis
[in] Rotation axis.
center
[in] Center of rotation.

Rotation matrix.

Copyright © 2002-2022. Open Design Alliance All rights reserved.