Face

Trait Face 

Source
pub trait Face {
    // Required method
    fn get_triangle_mesh(&self) -> TriangleMesh;
}
Expand description

A face can be representable by a triangle mesh.

Required Methods§

Implementors§