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

x: f64 y: f64 z: f64

Trait Implementations

impl Debug for Vertex
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Vertex
[src]

impl Clone for Vertex
[src]

fn clone(&self) -> Vertex

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more