Trait plexus::graph::FaceNormal
source · [−]pub trait FaceNormal: GraphData where
Self::Vertex: AsPosition, {
fn normal<B, T>(ring: T) -> Result<Vector<VertexPosition<Self>>, GraphError>
where
B: Reborrow,
B::Target: AsStorage<Arc<Self>> + AsStorage<Vertex<Self>> + Consistent + Parametric<Data = Self>,
T: ToRing<B>;
}