Struct stl_parser::Mesh [] [src]

pub struct Mesh {
    pub triangles: Vec<Triangle>,
}

Mesh. This will be generated from .stl

Fields

Methods

impl Mesh
[src]

Produces empty mesh

Give files text, not name

Trait Implementations

impl Debug for Mesh
[src]

Formats the value using the given formatter.

impl Clone for Mesh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more