Struct collada::Vertex [] [src]

pub struct Vertex {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

A single 3-dimensional point on the corner of an object.

Fields

Trait Implementations

impl Clone for Vertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Vertex
[src]

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter.