Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.18.0 #300

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Release v0.18.0 #300

merged 1 commit into from
Jan 8, 2025

Conversation

sebcrozet
Copy link
Member

v0.18.0

Added

  • Implement ::to_trimesh in 2d for Cuboid and Aabb.
  • Fix some edge-cases in point_in_poly2d for self-intersecting polygons.
  • Fix some edge-cases in mesh/mesh intersection that could result in degenerate triangles being generated.

Modified

  • Propagate error information while creating a mesh and using functions making use of it (See Propagate errors from mesh creation #262):
    • TriMesh::new
    • TriMesh::intersection_with_aabb
    • SharedShape::trimesh
    • SharedShape::trimesh_with_flags
  • point_cloud_bounding_sphere and point_cloud_bounding_sphere_with_center now returns a BoundingSphere.
  • Removed IntersectionCompositeShapeShapeBestFirstVisitor (which had been deprecated for a while):
    use IntersectionCompositeShapeShapeVisitor instead.

@sebcrozet sebcrozet merged commit afcd1f6 into master Jan 8, 2025
7 checks passed
@sebcrozet sebcrozet deleted the release-v0.18.0 branch January 8, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant