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