17 This tutorial provides some algorithms useful for working with Bézier curves: determining the length of a piece of curve; interpolating a set of points with a Bézier path; and reducing a large point set to a smooth Bézier curve. Bézier Path Algorithms23 Jun, 2011 in Mathematics / Programming tagged algorithm / bezier curve / bezier path / curve length / interpolation / sampling by Herman Tulleken
40 A Bézier curve is a type of curve that is easy to use, and can describe many shapes. This guide gives instructions for implementing algorithms for using Bézier curves in your games. Bézier Curves for your Games: A Tutorial5 Apr, 2011 in Development / Mathematics / Programming tagged algorithm / bezier curve / bezier path / path / racing line / vector mathematics by Herman Tulleken