rotate_point method

rotate_point

Rotates one point arount another one

Returns

Rotated point

def rotate_point(self, point_to_rotate, center_point, angle_in_radians):
    ...
ParameterTypeDescription
point_to_rotateCad3DPointthe point to rotate
center_pointCad3DPointthe centre point of rotation
angle_in_radiansfloatThe angle In Radians.

See Also