1//a Documentation 2 3/*! 4 5This module contains example objects 6 7 */ 8 9mod example_vertices; 10pub use example_vertices::ExampleVertices; 11pub mod tetrahedron; 12pub mod triangle;