Struct tessellation::ManifoldDualContouring[][src]

pub struct ManifoldDualContouring<'a, S: Real> { /* fields omitted */ }

Struct containing all the intermediary state for the different stages of tessellation.

Methods

impl<'a, S: From<f32> + Real + Float + AsUSize> ManifoldDualContouring<'a, S>
[src]

Constructor f: function to tessellate res: resolution relative_error: acceptable error threshold when simplifying the mesh.

Tessellate the given function.

Trait Implementations

impl<'a, S: Clone + Real> Clone for ManifoldDualContouring<'a, S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, S> !Send for ManifoldDualContouring<'a, S>

impl<'a, S> !Sync for ManifoldDualContouring<'a, S>