Function
GSIntersectCubicCubicPoints(_:_:_:_:_:_:_:_:) GSIntersectCubicCubicPointsGSIntersectCubicCubicPoints
Deprecated
Declaration
func GSIntersectCubicCubicPoints(_ a1: NSPoint, _ a2: NSPoint, _ a3: NSPoint, _ a4: NSPoint, _ b1: NSPoint, _ b2: NSPoint, _ b3: NSPoint, _ b4: NSPoint) -> [Any]Declaration
NSArray *GSIntersectCubicCubicPoints(const NSPoint a1, const NSPoint a2, const NSPoint a3, const NSPoint a4, const NSPoint b1, const NSPoint b2, const NSPoint b3, const NSPoint b4);Declaration
GSIntersectCubicCubicPoints(a1: NSPoint, a2: NSPoint, a3: NSPoint, a4: NSPoint, b1: NSPoint, b2: NSPoint, b3: NSPoint, b4: NSPoint) -> listSee Also
Intersections
Finds all intersections between a curve and a line.