bevy/crates/bevy_math
Antony 344e28d095
Change Tetrahedron default origin to (0, 0, 0) (#12867)
# Objective

- Fixes #12837.

## Solution

- Update `Tetrahedron` default vertices to `[0.5, 0.5, 0.5]`, `[-0.5,
0.5, -0.5]`, `[-0.5, -0.5, 0.5]` and `[0.5, -0.5, -0.5]` respectively.
- Update `tetrahedron_math` tests to account for change in default
vertices.
2024-04-03 23:00:54 +00:00
..
src Change Tetrahedron default origin to (0, 0, 0) (#12867) 2024-04-03 23:00:54 +00:00
Cargo.toml Math tests fix (#12748) 2024-03-27 20:48:20 +00:00