Declaration

func intersectionsWithLine(from startPoint: NSPoint, to endPoint: NSPoint) -> FTPointArray

Declaration

- (FTPointArray *) intersectionsWithLineFrom:(NSPoint) startPoint to:(NSPoint) endPoint;

Declaration

intersectionsWithLineFrom_to_(startPoint: NSPoint, endPoint: NSPoint) -> FTPointArray

Discussion

Closed paths, open paths, and any placeholder representation are included. Returns an empty point array when there are no intersections.

See Also

Geometry