bevy/crates/bevy_math/src
Vitaliy Sapronenko 151e198d94
Add slerp function for Dir2, Dir3, Dir3A (#13451)
# Objective

- Fixes #13407 .

## Solution

- Used Quat and Rotation2d.

## Testing

- Added tests based on 0°, 30°, 45°, 60° and 90° angles
2024-05-21 21:13:32 +00:00
..
bounding replace std::f32::EPSILON with f32::EPSILON (#13267) 2024-05-07 05:23:53 +00:00
primitives Tetrahedron sampling (#13430) 2024-05-21 18:40:03 +00:00
rects Rename Rect inset() method to inflate() (#13452) 2024-05-21 20:53:55 +00:00
sampling Tetrahedron sampling (#13430) 2024-05-21 18:40:03 +00:00
affine3.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
aspect_ratio.rs Implement basic traits for AspectRatio (#12840) 2024-04-01 23:02:07 +00:00
common_traits.rs Remove VectorSpace impl on Quat (#12796) 2024-03-30 17:18:52 +00:00
cubic_splines.rs Add reflect impls for bevy_math curve structs (#13348) 2024-05-16 17:59:56 +00:00
direction.rs Add slerp function for Dir2, Dir3, Dir3A (#13451) 2024-05-21 21:13:32 +00:00
float_ord.rs Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
lib.rs Random sampling of directions and quaternions (#12857) 2024-04-04 23:13:00 +00:00
ray.rs separating finite and infinite 3d planes (#12426) 2024-04-18 14:13:22 +00:00
rotation2d.rs Add Rotation2d (#11658) 2024-03-11 19:11:57 +00:00