Transforms a cross section shape by using the 3x3 transformation matrix
cross section and transformation matrix
Transformed cross section shape
Scales a cross section shape with 2D vector
cross section and scale vector
Scaled cross section shape
Scales a cross section shape with single factor
cross section and scale factor
Scaled cross section shape
Mirrors a cross section shape over a plane defined by a normal vector
cross section and normal vector
Mirrored cross section shape
Translates a cross section shape along the vector
cross section and trnaslation vector
Translated cross section shape
Translates a cross section shape along x, y
cross section and trnaslation coordinates
Translated cross section shape
Rotates a cross section shape along the containing degrees
cross section and rotation degrees
Rotated cross section shape
Move the vertices of this CrossSection (creating a new one) according to any arbitrary input function, followed by a union operation (with a Positive fill rule) that ensures any introduced intersections are not included in the result.
cross section and warp function
Warped cross section shape
Contains various functions for transforming cross section from Manifold library https://github.com/elalish/manifold Thanks Manifold community for developing this kernel