bevy/crates/bevy_render/src/mesh
Paul Hüber 4f16d6e0dc
Fix documentation on RegularPolygon (#8164)
A `RegularPolygon` is described by the circumscribed radius, not the
inscribed radius.

## Objective

- Correct documentation for `RegularPolygon`

## Solution

- Use the correct term

---------

Co-authored-by: Paul Hüber <phueber@kernsp.in>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-03-22 23:17:13 +00:00
..
mesh Allow passing glam vector types as vertex attributes (#6442) 2022-11-04 03:45:17 +00:00
shape Fix documentation on RegularPolygon (#8164) 2023-03-22 23:17:13 +00:00
mod.rs bevy_reflect: Register missing reflected types for bevy_render (#6725) 2022-11-23 00:41:21 +00:00