Skip to content

Commit

Permalink
Expose bevy math ops (#14863)
Browse files Browse the repository at this point in the history
# Objective

- Fixes #14796 

## Solution

- Copy docs for wrapper methods, make sure they are consistent with the
original docs except for the section on precision.
  • Loading branch information
Lubba-64 authored Aug 22, 2024
1 parent f8ef767 commit b922896
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 51 deletions.
1 change: 1 addition & 0 deletions crates/bevy_math/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub use common_traits::*;
pub use direction::*;
pub use float_ord::*;
pub use isometry::{Isometry2d, Isometry3d};
pub use ops::*;
pub use ray::{Ray2d, Ray3d};
pub use rects::*;
pub use rotation2d::Rot2;
Expand Down
Loading

0 comments on commit b922896

Please sign in to comment.