Declaration

func GSIntersectQuadraticSplineLine(_ points: UnsafeMutablePointer<NSPoint>, _ count: UInt, _ a1: NSPoint, _ a2: NSPoint) -> [Any]

Declaration

NSArray *GSIntersectQuadraticSplineLine(NSPoint *points, NSUInteger count, NSPoint a1, NSPoint a2);

Declaration

GSIntersectQuadraticSplineLine(points: NSPoint, count: int, a1: NSPoint, a2: NSPoint) -> list

See Also

Intersections