Struct collada::TVertex [-] [+] [src]

pub struct TVertex {
    pub x: f64,
    pub y: f64,
}

A single 2-dimensional point on a texture. "Texure Vertex".

Fields

x
y

Trait Implementations

Derived Implementations

impl Debug for TVertex

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

impl Copy for TVertex

impl Clone for TVertex

fn clone(&self) -> TVertex

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