Struct obj_exporter::Vertex [] [src]

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

A single 3-dimensional point on the corner of an object.

Fields

Trait Implementations

impl Copy for Vertex
[src]

impl Clone for Vertex
[src]

[src]

impl PartialEq<Vertex> for Vertex
[src]

[src]

impl Debug for Vertex
[src]

[src]

impl PartialOrd<Vertex> for Vertex
[src]

[src]