Trait ncollide_geometry::shape::BaseMeshElement [] [src]

pub trait BaseMeshElement<I, P> {
    fn new_with_vertices_and_indices(_: &[P], _: &I) -> Self;
}

Trait implemented by elements usable on the Mesh.

Required Methods

Creates a new mesh element from a set of vertices and indices.

Implementors