bevy/crates/bevy_math/src/primitives
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
..
dim2.rs Add Annulus primitive to bevy_math::primitives (#12706) 2024-03-25 23:13:14 +00:00
dim3.rs Change Tetrahedron default origin to (0, 0, 0) (#12867) 2024-04-03 23:00:54 +00:00
mod.rs Add Direction3dA and move direction types out of primitives (#12018) 2024-02-26 13:57:49 +00:00
serde.rs Derive PartialEq, Serialize, Deserialize and Reflect on primitives (#11514) 2024-01-28 14:55:30 +00:00