Trait rust_3d::traits::IsMesh3D [] [src]

pub trait IsMesh3D<P>: IsMesh<P, Face3> where
    P: IsBuildable3D
{ fn face_normal(&self, faceid: FId) -> Result<Norm3D> { ... } }

IsMesh3D is trait used for meshes in 3D space

Provided Methods

Returns the normal of a face

Implementors