Declaration

func GSIntersectQuadraticQuadraticSplineA(_ elements: UnsafePointer<NSPoint>, _ count: Int32, _ otherElements: UnsafePointer<NSPoint>, _ otherCount: Int32, _ intersections: UnsafeMutablePointer<GSIntersectResultsStruct>)

Declaration

void GSIntersectQuadraticQuadraticSplineA(const NSPoint *elements, const int count, const NSPoint *otherElements, const int otherCount, GSIntersectResultsStruct *intersections);

Declaration

GSIntersectQuadraticQuadraticSplineA(elements: NSPoint, count: int, otherElements: NSPoint, otherCount: int, intersections: GSIntersectResultsStruct)

See Also

Intersections