mirror of
https://github.com/bevyengine/bevy
synced 2024-12-19 09:33:06 +00:00
f496d2a3c3
# Objective Adds a few extra `#[doc(alias)]` entries to the `bevy_math::primitives::WindingOrder` enum and its variants to improve searchability. ## Solution - Add "Orientation" for `WindingOrder` itself - Add "AntiClockwise" for `CounterClockwise` variant - Add "Collinear" for `Invalid` variant These alternate terms seem to be quite common, especially in the contexts of rendering and collision-detection. Signed-off-by: Nullicorn <git@nullicorn.me> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |