it is a matrix
This commit is contained in:
parent
1f29021d4a
commit
7881a090c3
@ -429,8 +429,8 @@ impl TryFrom<[f32;3]> for Unit32Vec3{
|
|||||||
|
|
||||||
pub type Planar64=fixed_wide::types::I32F32;
|
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::Matrix3<Planar64Vec3>;
|
||||||
pub type Planar64Affine3=fixed_wide_vectors::Vector4<Planar64Vec3>;
|
pub type Planar64Affine3=fixed_wide_vectors::Matrix4<Planar64Vec3>;
|
||||||
pub use fixed_wide_traits::wide::{WideMul,WideDot,WideCross};
|
pub use fixed_wide_traits::wide::{WideMul,WideDot,WideCross};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user