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):
...
Parameter | Type | Description |
---|---|---|
point_to_rotate | Cad3DPoint | the point to rotate |
center_point | Cad3DPoint | the centre point of rotation |
angle_in_radians | float | The angle In Radians. |