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
y
z

Trait Implementations

Derived Implementations

impl Debug for Vertex

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

impl Copy for Vertex

impl Clone for Vertex

fn clone(&self) -> Vertex

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