Get the length of the line segment
Limit a point "linePoint" to a given circle centered at point "startPoint" and a given radius
If "linePoint" enters the circle, then its coordinates are returned. Else will be returned the intersection point between the line ([startPoint, linePoint]) and the circle
Generated using TypeDoc
A class containing helping mathematical methods