pub trait SurfaceVertexBuilder {
    fn infer_global_form(&mut self) -> &mut Self;
}
Expand description

Builder API for PartialSurfaceVertex

Required Methods§

Infer the global form of the partial vertex

Implementors§