Crate truck_geometry[][src]

Geometrical structs: knot vector, B-spline and NURBS

Re-exports

pub use base::*;

Modules

base

re-export truck_base

bspsurface

Defines some iterators on control points of B-spline surface.

errors

Enumerats Error.

Structs

BSplineCurve

B-spline curve

BSplineSurface

B-spline surface

KnotVec

knot vector

NURBSCurve

NURBS curve

NURBSSurface

NURBS surface

Enums

CurveCollector

Curve for the recursive concatting.

Type Definitions

Result

Error handler for Error