mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
b4e04f9d9f
# 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. |
||
---|---|---|
.. | ||
dim2.rs | ||
dim3.rs | ||
mod.rs | ||
serde.rs |