Instance Method
calculateIntersectionsStart(_:end:) calculateIntersectionsStartPoint:endPoint: calculateIntersectionsStartPoint_endPoint_
Points where a line segment intersects the outlines of the layer.
Declaration
func calculateIntersectionsStart(_ startPoint: NSPoint, end endPoint: NSPoint) -> FTPointArrayDeclaration
- (FTPointArray *) calculateIntersectionsStartPoint:(NSPoint) startPoint endPoint:(NSPoint) endPoint;Declaration
calculateIntersectionsStartPoint_endPoint_(startPoint: NSPoint, endPoint: NSPoint) -> FTPointArrayParameters
startPointThe start of the line segment in layer coordinates.
endPointThe end of the line segment in layer coordinates.
Discussion
The returned point array includes startPoint and endPoint.
See Also
Intersections
Points where a line segment intersects the outlines of the layer.
Points where a line segment intersects the outlines of the layer.
Points where segments of the layer outlines intersect each other.