Struct hedge::FaceFn [] [src]

pub struct FaceFn<'mesh> {
    pub index: FaceIndex,
    // some fields omitted
}

Function set for operations related to the Face struct

Fields

Methods

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

Convert this FaceFn to an EdgeFn.

Trait Implementations

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

Formats the value using the given formatter.