- calculatesSquaredDistanceTrianglePoint
Replies the squared distance from the given triangle to the given point.Caution:
The points of the t
- containsTrianglePoint
Replies if the given point is inside the given triangle.
- containsTriangleRectangle
Replies if the given point is inside the given triangle.
- findsClosestFarthestPointsTrianglePoint
Replies the closest point to the given point inside the given triangle.
- getClosestPointTo
- getDistanceSquared
- getPathIterator
- getX1
Replies the first point X.
- getX2
Replies the second point X.
- getX3
Replies the third point X.
- getY1
Replies the first point Y.
- getY2
Replies the second point Y.