bevy/crates/bevy_math/src/primitives
Octorine dcb191bb18
Updated descriptions for some geometric primitives to include more detail (#13937)
This is an attempt to address issue #13725, which was about the
geometric primitives in the bevy_math crate lacking some detail in the
docs.

# Objective

Fixes #13725

## Solution

Added details to the docstrings. Mostly this consisted of specifying
that the primitives are centered on the origin, or describing how
they're defined (e.g., a circle is the set of all points some distance
from the origin).

## Testing

No testing, since the only changes were to docs.
2024-06-20 12:16:27 +00:00
..
dim2.rs Updated descriptions for some geometric primitives to include more detail (#13937) 2024-06-20 12:16:27 +00:00
dim3.rs Updated descriptions for some geometric primitives to include more detail (#13937) 2024-06-20 12:16:27 +00:00
mod.rs Extrusion (#13270) 2024-05-07 14:41:55 +00:00
serde.rs Derive PartialEq, Serialize, Deserialize and Reflect on primitives (#11514) 2024-01-28 14:55:30 +00:00