Skip to main content

Crate axiolid

Crate axiolid 

Source
Expand description

Feature-gated facade for Axiolid geometry.

The default build is intentionally small: core values, meshes, and the portable CPU backend shell. Exact curves/surfaces/topology, algorithms, parallel scheduling, and GPU adapters are opt-in. Leaf crates remain public for consumers that want an even narrower dependency graph.

Modules§

core
Always-available scalar, transform, and bounds vocabulary.
cpu
mesh

Structs§

Aabb
Axis-aligned three-dimensional bounding box.
Tolerance
Linear and angular tolerance carried with an operation.

Type Aliases§

Point2
A semantic alias used when a value is a two-dimensional position.
Point3
A semantic alias used when a value is a three-dimensional position.
Scalar
Coordinate scalar stored by the format-neutral model.
Transform3
Double-precision affine transform.
Vec2
Double-precision two-dimensional vector.
Vec3
Double-precision three-dimensional vector.