Crate microcad_core

Crate microcad_core 

Source
Expand description

µcad core

Re-exports§

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
core_error
Core error
geo2d
2D Geometry
geo3d
3D Geometry
render
Render trait.
theme
Color theme
traits
µcad core geometry traits
triangle
Generic triangle.

Enums§

BooleanOp
Boolean operations

Type Aliases§

Angle
Primitive angle type
Integer
Primitive integer type
Mat2
2D matrix type
Mat3
3D matrix type
Mat4
4D matrix type
Scalar
Primitive floating point type
Vec2
2D vector type
Vec3
3D vector type
Vec4
4D vector type