Type Definition truck_rendimpl::modeling::Solid[][src]

type Solid = Solid<Point3<f64>, NURBSCurve<Vector4<f64>>, NURBSSurface<Vector4<f64>>>;

Solid, attached to a closed shells.

Trait Implementations

impl Shape for Solid[src]