pub trait IsMesh3D<P>: IsMesh<P, Face3>where
P: IsBuildable3D,{
// Provided method
fn face_normal(&self, faceid: FId) -> Result<Norm3D> { ... }
}
Expand description
IsMesh3D is trait used for meshes in 3D space
Provided Methods§
Sourcefn face_normal(&self, faceid: FId) -> Result<Norm3D>
fn face_normal(&self, faceid: FId) -> Result<Norm3D>
Returns the normal of a face