Declaration

func calculateIntersectionsStart(_ startPoint: NSPoint, end endPoint: NSPoint) -> FTPointArray

Declaration

- (FTPointArray *) calculateIntersectionsStartPoint:(NSPoint) startPoint endPoint:(NSPoint) endPoint;

Declaration

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

Parameters

startPoint

The start of the line segment in layer coordinates.

endPoint

The end of the line segment in layer coordinates.

Discussion

The returned point array includes startPoint and endPoint.

See Also

Intersections