Add Affine3 struct
This commit is contained in:
parent
84ad551026
commit
fa713fc72d
|
|
@ -18,3 +18,6 @@ pub use mat3::*;
|
||||||
|
|
||||||
mod mat4;
|
mod mat4;
|
||||||
pub use mat4::*;
|
pub use mat4::*;
|
||||||
|
|
||||||
|
mod affine3;
|
||||||
|
pub use affine3::*;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue