Type Definition ncollide::procedural::TriMesh2 [] [src]

type TriMesh2<N> = TriMesh<PointBase<N, U2, MatrixArray<N, U2, U1>>>;

A 2D triangle mesh.