bevy/crates/bevy_math/src/bounding
moonlightaria 1126b5a3d6
replace std::f32::EPSILON with f32::EPSILON (#13267)
# Objective
fixes clippy warning related to using a std::f32::EPSILON which is
planned to be depreciated for f32::EPSILON
2024-05-07 05:23:53 +00:00
..
bounded2d replace std::f32::EPSILON with f32::EPSILON (#13267) 2024-05-07 05:23:53 +00:00
bounded3d replace std::f32::EPSILON with f32::EPSILON (#13267) 2024-05-07 05:23:53 +00:00
mod.rs Use Vec3A for 3D bounding volumes and raycasts (#13087) 2024-04-25 18:56:58 +00:00
raycast2d.rs Rename Direction2d/3d to Dir2/3 (#12189) 2024-02-28 22:48:43 +00:00
raycast3d.rs Use Vec3A for 3D bounding volumes and raycasts (#13087) 2024-04-25 18:56:58 +00:00