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)

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

Meta