bevy/crates/bevy_mesh
Lynn b4e04f9d9f
Remove write access to ConvexPolygon.vertices (#15965)
# Objective

- Fixes #15963

## Solution

- Implement `TryFrom<Polygon<N> for ConvexPolygon<N>`
- Implement `From<ConvexPolygon<N>> for Polygon<N>`
- Remove `pub` from `vertices`
- Add `ConvexPolygon::vertices()` to get read only access to the
vertices of a convex polygon.
2024-10-16 22:21:01 +00:00
..
src Remove write access to ConvexPolygon.vertices (#15965) 2024-10-16 22:21:01 +00:00
Cargo.toml Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00