Module geometry

Source

Structs§

TriangleMeshGeometry
UserGeometry

Traits§

Geometry
A trait implemented by all geometry types. If you want to implement your own geometry type, you must implement this trait.
UserGeometryImpl
The user geometry implementation. If you want to use custom geometry, you need to implement this trait. See the examples/ for an example of how to implement one.