bevy/crates/bevy_math/src/bounding
Kumikaya ee3d9b2a88
Reduce operations in RayCast2d::circle_intersection_at using cross product (#19103)
# Objective

- Using the cross product to compute the perpendicular distance reduces
one multiplication and two additions.
2025-05-26 17:22:14 +00:00
..
bounded2d Fix rotate_by implementation for Aabb2d (#19015) 2025-05-04 13:05:27 +00:00
bounded3d Fix rotate_by implementation for Aabb2d (#19015) 2025-05-04 13:05:27 +00:00
mod.rs f32 -> Rot2 in bounding volume docs (#16848) 2024-12-17 00:12:49 +00:00
raycast2d.rs Reduce operations in RayCast2d::circle_intersection_at using cross product (#19103) 2025-05-26 17:22:14 +00:00
raycast3d.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00