Struct cem::v2::Vertex [] [src]

pub struct Vertex {
    pub position: Point3<f32>,
    pub normal: Vector3<f32>,
    pub texture: Point2<f32>,
}

A single vertex. Contains the position, a relevant vertex normal, and the position on the material's texture.

Fields

Methods

impl Vertex
[src]

[src]

[src]

Trait Implementations

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter.

impl Copy for Vertex
[src]

impl Clone for Vertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more