Function BezierCurve.getPoints

Gets numPoints amount of points that are on the bezier curve evenly spaced from the beginning point to the end point (t 0 => 1)

Vector!(T,dimensions)[numPoints] getPoints(uint numPoints)();