Function
GSNearestPointOnCubicSegmentBounds(_:_:_:) GSNearestPointOnCubicSegmentBoundsGSNearestPointOnCubicSegmentBounds
Declaration
func GSNearestPointOnCubicSegmentBounds(_ P: NSPoint, _ V: UnsafeMutablePointer<NSPoint>, _ t: UnsafeMutablePointer<CGFloat>?) -> NSPointDeclaration
NSPoint GSNearestPointOnCubicSegmentBounds(NSPoint P, NSPoint *V, CGFloat *t);Declaration
GSNearestPointOnCubicSegmentBounds(P: NSPoint, V: NSPoint, t: float) -> NSPoint