geom: don't re-export coremem_types::vec

This commit is contained in:
2022-07-23 18:57:17 -07:00
parent d813405cb1
commit 048eb7dbef
19 changed files with 34 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
use crate::geom::{Coord, Cube, Index, InvertedRegion, Meters, Region, Vec3, Vec3u};
use crate::geom::{Coord, Cube, Index, InvertedRegion, Meters, Region};
use crate::mat::{self, GenericMaterial, Material, MaterialExt as _};
use crate::real::{R32, Real};
use crate::types::real::{R32, Real};
use crate::types::vec::{Vec3, Vec3u};
use crate::stim::{AbstractStimulus, NoopStimulus};
use log::trace;
use ndarray::{Array3, Zip};