bevy/crates/bevy_math/src/primitives
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
..
dim2.rs Remove write access to ConvexPolygon.vertices (#15965) 2024-10-16 22:21:01 +00:00
dim3.rs Implement From translation and rotation for isometries (#15733) 2024-10-08 16:09:28 +00:00
mod.rs Extrusion (#13270) 2024-05-07 14:41:55 +00:00
serde.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00