[][src]Trait shine_math::triangulation::Vertex

pub trait Vertex: Default {
type Position: Position;
    fn position(&self) -> &Self::Position;
fn position_mut(&mut self) -> &mut Self::Position;
fn face(&self) -> FaceIndex;
fn set_face(&mut self, face: FaceIndex); }

A vertex of the triangulation

Associated Types

Loading content...

Required methods

fn position(&self) -> &Self::Position

fn position_mut(&mut self) -> &mut Self::Position

fn face(&self) -> FaceIndex

fn set_face(&mut self, face: FaceIndex)

Loading content...

Implementors

Loading content...