Crate microcad_core

Crate microcad_core 

Source
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§

BooleanOp
Boolean operations

Functions§

mat3_to_mat4
Convert a Matrix3 to Matrix4.
mat4_to_mat3
Convert a Matrix4 to Matrix3.

Type Aliases§

Angle
Primitive angle type in radians.
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.