BezierCurveCoefficients

public void BezierCurveCoefficients(int n, int i)

This creates the coefficients within the summation equations for calculating positions, derivatives, and second derivatives on Bezier curves.

Parameters

n

this is the degree of the Bezier curve function.

i

this is the i within the summation equation, so basically which place it is in the summation.