d2d.math.BezierCurve

Bezier Curve

Members

Classes

BezierCurve
class BezierCurve(T, uint dimensions)

A class that represents a Bezier Curve Supposedly the most visually appealing curves Needs a lot of complicated math; this class doesn't have much functionality other than what one might need to draw it

Meta