Struct hedge::VertexFn [] [src]

pub struct VertexFn<'mesh> {
    pub index: VertexIndex,
    // some fields omitted
}

Function set for operations related to the Vertex struct

Fields

Methods

impl<'mesh> VertexFn<'mesh>
[src]

Convert this VertexFn to an EdgeFn

Trait Implementations

impl<'mesh> Debug for VertexFn<'mesh>
[src]

Formats the value using the given formatter.