BezierCurve.controlPoints

The points that control the path of the curve; usually don't actually exist on curve

class BezierCurve(T, uint dimensions)
Vector!(T, dimensions)[] controlPoints;

Meta