bevy/crates/bevy_math/src/bounding/bounded3d
Olle Lukowski d7fc20c484
Implemented Reflect for (almost) all bevy_math types (#13537)
# Objective

Fixes #13535.

## Solution

I implemented `Reflect` for close to all math types now, except for some
types that it would cause issues (like some boxed types).

## Testing

- Everything seems to still build, will await CI though.
---

## Changelog

- Made close to all math types implement `Reflect`.
2024-05-27 18:18:10 +00:00
..
mod.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
primitive_impls.rs Add triangle_math tests and fix Triangle3d::bounding_sphere bug (#13467) 2024-05-23 15:03:00 +00:00