Declaration

func GSIntersectLineLine(_ a1: NSPoint, _ a2: NSPoint, _ b1: NSPoint, _ b2: NSPoint) -> NSPoint

Declaration

NSPoint GSIntersectLineLine(const NSPoint a1, const NSPoint a2, const NSPoint b1, const NSPoint b2);

Declaration

GSIntersectLineLine(a1: NSPoint, a2: NSPoint, b1: NSPoint, b2: NSPoint) -> NSPoint

See Also

Intersections