4#ifndef TERRAIN_CONTACT_H
5#define TERRAIN_CONTACT_H
82 void apply(
Mesh* mesh, std::vector<Particle*>* particles,
double dt);
Class representing a rectangular grid mesh.
Definition Mesh.h:26
Class to read STL files.
Definition STLReader.h:57
const std::vector< Triangle > & getTriangles() const
Get the triangles of the STL mesh.