Expand description
Utilities useful for various generations tasks.
Functionsยง
- Pushes to
out
a set of points forming an arc starting atstart
, ending atend
with revolution center atcenter
. The curve is approximated by pushingnsubdivs
points. Thestart
andend
point are not pushed toout
. - Pushes a discretized counterclockwise circle to a buffer. The circle is contained on the plane spanned by the
x
andy
axis. - Returns the transformed version of a vector of points.
- Applies in-place a transformation to an array of points.
- Returns the transformed version of a vector of points.