Function
GSIntersectLineLine(_:_:_:_:) GSIntersectLineLineGSIntersectLineLine
Declaration
func GSIntersectLineLine(_ a1: NSPoint, _ a2: NSPoint, _ b1: NSPoint, _ b2: NSPoint) -> NSPointDeclaration
NSPoint GSIntersectLineLine(const NSPoint a1, const NSPoint a2, const NSPoint b1, const NSPoint b2);Declaration
GSIntersectLineLine(a1: NSPoint, a2: NSPoint, b1: NSPoint, b2: NSPoint) -> NSPointSee Also
Intersections
Finds all intersections between a curve and a line.