Struct tessellation::ManifoldDualContouringImpl [] [src]

pub struct ManifoldDualContouringImpl<'a, S: Real> {
    pub edge_grid: RefCell<HashMap<EdgeIndex, Plane<S>>>,
    pub vertex_octtree: Vec<Vec<Vertex<S>>>,
    pub vertex_index_map: HashMap<VertexIndex, usize>,
    // some fields omitted
}

Fields

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

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

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