Remove unused imports
This commit is contained in:
parent
b10d30c902
commit
43b0eb5836
|
|
@ -5,12 +5,10 @@ use flo_draw::*;
|
||||||
use glam::*;
|
use glam::*;
|
||||||
|
|
||||||
use crate::ifaces::{DebugTraceable, Traceable};
|
use crate::ifaces::{DebugTraceable, Traceable};
|
||||||
use crate::types::FlatTraceResult;
|
|
||||||
use refraction::mathx::MatExt;
|
use refraction::mathx::MatExt;
|
||||||
use riemann::{trace_iter, Metric};
|
use riemann::{trace_iter, Metric};
|
||||||
use tube::metric::Tube;
|
use tube::metric::Tube;
|
||||||
use tube::Space;
|
use tube::Space;
|
||||||
use tube::Subspace::{Boundary, Inner, Outer};
|
|
||||||
use types::{Location, Object, Ray};
|
use types::{Location, Object, Ray};
|
||||||
|
|
||||||
mod fns;
|
mod fns;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user