Intersect(FLine, FLine, Boolean) | Calculate an intersection between the two lines and return the result as a point. |
Intersect(FLine, FPoint, Single) | Given line AB that has one point nearer than the Point C vector magnitude and one point further away, return Point D where vector C intersects line AB. |
Intersect(FPoint, FPoint, FPoint, Single) | Given line AB that has one point nearer than the Point C vector magnitude and one point further away, return Point D where vector C intersects line AB. |