Declaration

func GSIntersectCubicCubicUnlimitedA(_ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ P4: NSPoint, _ Q1: NSPoint, _ Q2: NSPoint, _ Q3: NSPoint, _ Q4: NSPoint, _ intersections: UnsafeMutablePointer<GSIntersectResultsStruct>)

Declaration

void GSIntersectCubicCubicUnlimitedA(const NSPoint P1, const NSPoint P2, const NSPoint P3, const NSPoint P4, const NSPoint Q1, const NSPoint Q2, const NSPoint Q3, const NSPoint Q4, GSIntersectResultsStruct *intersections);

Declaration

GSIntersectCubicCubicUnlimitedA(P1: NSPoint, P2: NSPoint, P3: NSPoint, P4: NSPoint, Q1: NSPoint, Q2: NSPoint, Q3: NSPoint, Q4: NSPoint, intersections: GSIntersectResultsStruct)

See Also

Intersections