mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-27 17:45:53 +00:00
Add missing re-exports
This commit is contained in:
parent
efdf979b58
commit
5df0114419
@ -35,6 +35,12 @@ mod triangle;
|
||||
mod vector;
|
||||
|
||||
pub use self::{
|
||||
aabb::Aabb, point::Point, scalar::Scalar, segment::Segment,
|
||||
transform::Transform, triangle::Triangle, vector::Vector,
|
||||
aabb::Aabb,
|
||||
coordinates::{Uv, Xyz, T},
|
||||
point::Point,
|
||||
scalar::Scalar,
|
||||
segment::Segment,
|
||||
transform::Transform,
|
||||
triangle::Triangle,
|
||||
vector::Vector,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user