Bezier ( t ; controlPoints )
Calculates points on Bezier curves
Average rating: 4.1 (40 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Calculates the value at t of the Bézier curve defined by the specified control points. Bézier curves are used in curve-fitting, including for function interpolation, motion control, and animation.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.