Struct dot_crocotile::UVCoord [] [src]

pub struct UVCoord {
    pub x: f32,
    pub y: f32,
}

Texture coordinates

Fields

X coordinate

Y coordinate

Trait Implementations

impl Debug for UVCoord
[src]

[src]

Formats the value using the given formatter.