Struct dot_crocotile::Vertex [] [src]

pub struct Vertex {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

A vertex representing a point of an object.

Fields

X coordinate

Y coordinate

Z coordinate

Trait Implementations

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter.