Struct collada::TVertex [] [src]

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

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

Fields

Trait Implementations

impl Clone for TVertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TVertex
[src]

impl Debug for TVertex
[src]

Formats the value using the given formatter.