bevy/crates/bevy_mesh/src
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
..
primitives Remove write access to ConvexPolygon.vertices (#15965) 2024-10-16 22:21:01 +00:00
conversions.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00
index.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00
lib.rs
mesh.rs
mikktspace.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00
morph.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
skinning.rs
vertex.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00