bevy/crates/bevy_math/src/bounding/bounded2d
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
..
mod.rs replace std::f32::EPSILON with f32::EPSILON (#13267) 2024-05-07 05:23:53 +00:00
primitive_impls.rs Add Rotation2d (#11658) 2024-03-11 19:11:57 +00:00