library: add core module
This commit is contained in:
parent
fe6a58f00e
commit
ecde825407
2 changed files with 2 additions and 0 deletions
0
src/core/mod.rs
Normal file
0
src/core/mod.rs
Normal file
|
|
@ -3,3 +3,5 @@ use bvh::nalgebra::{Point2, Point3, Vector3};
|
||||||
pub type Point2D = Point2<f64>;
|
pub type Point2D = Point2<f64>;
|
||||||
pub type Point = Point3<f64>;
|
pub type Point = Point3<f64>;
|
||||||
pub type Vector = Vector3<f64>;
|
pub type Vector = Vector3<f64>;
|
||||||
|
|
||||||
|
pub mod core;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue