Struct stl_bin_parser::Triangle [] [src]

pub struct Triangle {
    pub norm: Vertex,
    pub vertices: [Vertex; 3],
}

Fields

Trait Implementations

impl Clone for Triangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Triangle
[src]

Formats the value using the given formatter.

impl PartialEq for Triangle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.