Function
GSTForDistanceCubic(_:_:_:_:_:_:) GSTForDistanceCubicGSTForDistanceCubic
Declaration
func GSTForDistanceCubic(_ Distance: CGFloat, _ P0: NSPoint, _ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ maxT: CGFloat) -> CGFloatDeclaration
CGFloat GSTForDistanceCubic(CGFloat Distance, NSPoint P0, NSPoint P1, NSPoint P2, NSPoint P3, CGFloat maxT);Declaration
GSTForDistanceCubic(Distance: float, P0: NSPoint, P1: NSPoint, P2: NSPoint, P3: NSPoint, maxT: float) -> float