Cad3DPointHelper.RotatePoint

Cad3DPointHelper.RotatePoint method

Rotates one point arount another one

public static Cad3DPoint RotatePoint(Cad3DPoint pointToRotate, Cad3DPoint centerPoint, 
    double angleInRadians)
ParameterTypeDescription
pointToRotateCad3DPointthe point to rotate
centerPointCad3DPointthe centre point of rotation
angleInRadiansDoubleThe angle In Radians.

Return Value

Rotated point

See Also