bevy/crates/bevy_render/src/mesh/shape
Michael Clayton 91109f6f18 add Debug, Copy, Clone derives to Circle (#6009)
# Objective

- all the shapes except Circle have derives for Debug, Copy, and Clone

## Solution

- add derive to Circle for Debug, Copy, and Clone
2022-09-18 02:03:10 +00:00
..
capsule.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
icosphere.rs Mesh vertex buffer layouts (#3959) 2022-02-23 23:21:13 +00:00
mod.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
regular_polygon.rs add Debug, Copy, Clone derives to Circle (#6009) 2022-09-18 02:03:10 +00:00
torus.rs Fix torus normals (#4520) 2022-04-26 18:42:43 +00:00
uvsphere.rs Mesh vertex buffer layouts (#3959) 2022-02-23 23:21:13 +00:00