reexport traits
This commit is contained in:
parent
3b54bc8326
commit
d9a95e9284
@ -431,6 +431,7 @@ pub type Planar64=fixed_wide::types::I32F32;
|
|||||||
pub type Planar64Vec3=fixed_wide_vectors::Vector3<Planar64>;
|
pub type Planar64Vec3=fixed_wide_vectors::Vector3<Planar64>;
|
||||||
pub type Planar64Mat3=fixed_wide_vectors::Vector3<Planar64Vec3>;
|
pub type Planar64Mat3=fixed_wide_vectors::Vector3<Planar64Vec3>;
|
||||||
pub type Planar64Affine3=fixed_wide_vectors::affine::Affine<Planar64Mat3,Planar64Vec3>;
|
pub type Planar64Affine3=fixed_wide_vectors::affine::Affine<Planar64Mat3,Planar64Vec3>;
|
||||||
|
pub use fixed_wide_traits::wide::{WideMul,WideDot,WideCross};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_sqrt(){
|
fn test_sqrt(){
|
||||||
|
Loading…
Reference in New Issue
Block a user