Expand description
3D Geometry
Structs§
- Bounds3D
Corners - Corners iterator struct.
- Geometries3D
- 3D geometry collection.
- Manifold
- Manifold rust wrapper for C++ manifold object.
- Plane
- A 3D plane with normal and point.
- Triangle
Mesh - Triangle mesh
- Vertex
- Vertex
- With
Bounds3D - Holds bounds for a 3D object.
Enums§
- Extrusion
- A type of an extrusion with certain parameters.
- Geometry3D
- 3D Geometry
Traits§
- Align3D
- Trait to align a 2D geometry collection with spacing along an axis.
- Calc
Bounds3D - Trait to calculate a bounding box of 3D geometry.
- Extrude
- Extrude.
- Mirror3D
- Mirrors a 2D geometry, keeping the original (in contrast to
reflect). - Reflect3D
- Reflects a 2D geometry along a line.
- Transformed3D
- Transformed version of a 3D geometry.
Type Aliases§
- Bounds3D
- Bounds3D type alias.