mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |