Point3dRotateBy Method

Rotates this point about the specified vector by the specified angle.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public Point3d RotateBy(
        double angle,
        Vector3d vector,
        Point3d centerPoint
)

Parameters

angle  Double
[in] Rotation angle in radians.
vector  Vector3d
[in] Axis of rotation.
centerPoint  Point3d
[in] Point relative to which rotation is computed.

Return Value

Point3d
Rotated 3D point.
See Also

©  Bricsys NV. All rights reserved.