mirror of https://github.com/hannobraun/Fornjot
commit
805c275519
|
@ -73,13 +73,13 @@
|
||||||
//! [`Handle`]: crate::storage::Handle
|
//! [`Handle`]: crate::storage::Handle
|
||||||
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
|
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
|
||||||
|
|
||||||
mod full;
|
mod kinds;
|
||||||
mod object;
|
mod object;
|
||||||
mod set;
|
mod set;
|
||||||
mod stores;
|
mod stores;
|
||||||
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
full::{
|
kinds::{
|
||||||
cycle::{Cycle, HalfEdgesOfCycle},
|
cycle::{Cycle, HalfEdgesOfCycle},
|
||||||
edge::{GlobalEdge, HalfEdge},
|
edge::{GlobalEdge, HalfEdge},
|
||||||
face::{Face, FaceSet, Handedness},
|
face::{Face, FaceSet, Handedness},
|
||||||
|
|
Loading…
Reference in New Issue