Add Affine3 struct

This commit is contained in:
Matthew Gordon 2025-03-29 15:37:06 -03:00
parent 84ad551026
commit fa713fc72d
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ pub use mat3::*;
mod mat4;
pub use mat4::*;
mod affine3;
pub use affine3::*;