Function
GSIntersectLineWithRect(_:_:_:_:_:) GSIntersectLineWithRectGSIntersectLineWithRect
Declaration
func GSIntersectLineWithRect(_ p1: NSPoint, _ p2: NSPoint, _ rect: NSRect, _ i1: UnsafeMutablePointer<NSPoint>, _ i2: UnsafeMutablePointer<NSPoint>) -> BoolDeclaration
BOOL GSIntersectLineWithRect(NSPoint p1, NSPoint p2, NSRect rect, NSPoint *i1, NSPoint *i2);Declaration
GSIntersectLineWithRect(p1: NSPoint, p2: NSPoint, rect: NSRect, i1: NSPoint, i2: NSPoint) -> boolSee Also
Intersections
Finds all intersections between a curve and a line.