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: f64 y: f64

Trait Implementations

impl Debug for TVertex
[src]

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

Formats the value using the given formatter.

impl Copy for TVertex
[src]

impl Clone for TVertex
[src]

fn clone(&self) -> TVertex

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