Crate microcad_core

Crate microcad_core 

Source
Expand description

µcad core

Re-exports§

pub use color::*;
pub use core_error::*;
pub use geo2d::*;
pub use geo3d::*;
pub use render_resolution::*;

Modules§

color
µcad color syntax element
core_error
Core error
geo2d
2D Geometry
geo3d
3D Geometry
render_resolution
Render resolution
theme
Color theme
traits
µcad core geometry traits

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