Function
GSIntersectQuadraticQuadraticSpline(_:_:_:_:) GSIntersectQuadraticQuadraticSplineGSIntersectQuadraticQuadraticSpline
Deprecated
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) -> listSee Also
Intersections
Finds all intersections between a curve and a line.