Expand description
µcad core
Re-exports§
pub use length::Length;pub use bounds::*;pub use color::*;pub use core_error::*;pub use geo2d::*;pub use geo3d::*;pub use render::*;pub use triangle::*;
Modules§
- bounds
- Generic bounds.
- color
- µcad color syntax element
- consts
- Constants.
- core_
error - Core error
- geo2d
- 2D Geometry
- geo3d
- 3D Geometry
- length
- µcad Length type.
- render
- Render trait.
- traits
- µcad core geometry traits
- triangle
- Generic triangle.
Enums§
- Boolean
Op - Boolean operations
Functions§
- mat3_
to_ mat4 - Convert a Matrix3 to Matrix4.
- mat4_
to_ mat3 - Convert a Matrix4 to Matrix3.