- Add `polliwog.plane.slice_triangles_by_plane()` function, with implementation adapted from Trimesh.
1.0.1
Bug fixes
- `Polyline.point_along_path()`: Fix issue where non-unit length segments compute the wrong point. (For segments longer than 1, the point was sometimes entirely off the polyline.)
1.0.0
- Upgrade `vg` dependency to `>=2.0`.
1.0.0b14
BREAKING CHANGES
- Remove `polliwog.__version__`.
Other changes
- Upgrade `vg` dependency to `>=1.11.1`.
1.0.0b13
New features
- Polyline: Vectorize `point_along_path()` and support closed polylines.