Instance Method
intersectionsWithLine(from:to:) intersectionsWithLineFrom:to: intersectionsWithLineFrom_to_
Intersections between the path and a line segment.
Declaration
func intersectionsWithLine(from startPoint: NSPoint, to endPoint: NSPoint) -> FTPointArrayDeclaration
- (FTPointArray *) intersectionsWithLineFrom:(NSPoint) startPoint to:(NSPoint) endPoint;Declaration
intersectionsWithLineFrom_to_(startPoint: NSPoint, endPoint: NSPoint) -> FTPointArrayDiscussion
Returns an empty point array when there are no intersections.
See Also
Geometry
The bounds of the path.
The bounds of the path nodes.
The unsigned area enclosed by the path.
The length of all path segments.
Whether the path encloses another path.