Declaration

func GSNearestPointOnCubicSegmentBounds(_ P: NSPoint, _ V: UnsafeMutablePointer<NSPoint>, _ t: UnsafeMutablePointer<CGFloat>?) -> NSPoint

Declaration

NSPoint GSNearestPointOnCubicSegmentBounds(NSPoint P, NSPoint *V, CGFloat *t);

Declaration

GSNearestPointOnCubicSegmentBounds(P: NSPoint, V: NSPoint, t: float) -> NSPoint

See Also

Nearest Points and Distances