bevy/crates/bevy_math/src
IQuick 143 420f7f72dc
Fast renormalize (#14316)
# Objective

- Addresses part of #14302 .

## Solution

- Add a fast_remormalize method to Dir2/Dir3/Dir3A and Rot2.

## Testing

- Added tests too

---------

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
2024-07-22 18:42:48 +00:00
..
bounding Implement Bounded2d for Annulus (#14326) 2024-07-15 16:08:35 +00:00
primitives Added new method to Cone 3D primitive (#14325) 2024-07-16 12:59:26 +00:00
rects Move bevy_math Reflect impls (#13520) 2024-05-27 14:15:22 +00:00
sampling bevy_math: faster sphere sampling (#14168) 2024-07-15 15:01:18 +00:00
affine3.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
aspect_ratio.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
common_traits.rs Make bevy_math::common_traits public (#14245) 2024-07-09 17:16:47 +00:00
compass.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
cubic_splines.rs Cyclic splines (#14106) 2024-07-17 13:02:31 +00:00
direction.rs Fast renormalize (#14316) 2024-07-22 18:42:48 +00:00
float_ord.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
isometry.rs Improve isometry docs (#14318) 2024-07-15 16:05:33 +00:00
lib.rs Cyclic splines (#14106) 2024-07-17 13:02:31 +00:00
ray.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
rotation2d.rs Fast renormalize (#14316) 2024-07-22 18:42:48 +00:00