angle_between_3_points method
angle_between_3_points
Angles the between3 points.
Returns
Angle between 3 points
def angle_between_3_points(self, a, b, c):
...
| Parameter | Type | Description |
|---|---|---|
| a | Cad3DPoint | First Point |
| b | Cad3DPoint | second point |
| c | Cad3DPoint | third point |