Structs§
Traits§
- Geometry
- A trait implemented by all geometry types. If you want to implement your own geometry type, you must implement this trait.
- User
Geometry Impl - 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.