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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||