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