Declaration

func GSIntersectQuadraticQuadraticSpline(_ elements: UnsafePointer<NSPoint>, _ count: Int32, _ otherElements: UnsafePointer<NSPoint>, _ otherCount: Int32) -> [Any]

Declaration

NSArray *GSIntersectQuadraticQuadraticSpline(const NSPoint *elements, const int count, const NSPoint *otherElements, const int otherCount);

Declaration

GSIntersectQuadraticQuadraticSpline(elements: NSPoint, count: int, otherElements: NSPoint, otherCount: int) -> list

See Also

Intersections