Module parry2d_f64::transformation::utils
source · Expand description
Utilities useful for various generations tasks.
Functions§
- Pushes to
outa set of points forming an arc starting atstart, ending atendwith revolution center atcenter. The curve is approximated by pushingnsubdivspoints. Thestartandendpoint are not pushed toout. - Pushes a discretized counterclockwise circle to a buffer. The circle is contained on the plane spanned by the
xandyaxis. - 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.