bevy/crates/bevy_render/src/mesh/shape
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
..
capsule.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
cylinder.rs Fix clippy lints and failed test with Rust 1.66 (#6945) 2022-12-15 18:05:15 +00:00
icosphere.rs Change From<Icosphere> to TryFrom<Icosphere> (#6484) 2022-11-14 22:34:27 +00:00
mod.rs Fix some typos (#7763) 2023-02-20 22:56:57 +00:00
regular_polygon.rs Fix documentation on RegularPolygon (#8164) 2023-03-22 23:17:13 +00:00
torus.rs
uvsphere.rs