Remove rot module def and rot::Rotation import
This commit is contained in:
parent
c89053f6ee
commit
9c3f2e8774
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ pub mod mat2;
|
|||
pub mod mat3;
|
||||
pub mod mat4;
|
||||
pub mod quat;
|
||||
pub mod rot;
|
||||
pub mod vec;
|
||||
pub mod vec2;
|
||||
pub mod vec3;
|
||||
|
|
|
@ -11,7 +11,6 @@ use numeric::number::Number;
|
|||
use numeric::number::Number::{zero,one};
|
||||
|
||||
use quat::Quat;
|
||||
use rot::Rotation;
|
||||
|
||||
use vec::{
|
||||
Vec3,
|
||||
|
|
Loading…
Reference in a new issue