struct MAGES::MeshDeformations::ContactPair¶
Overview¶
A pair of particles in contact. Used for particle - particle collision solving. More…
struct ContactPair
{
// fields
int Particle;
int OtherParticle;
};
Detailed Documentation¶
A pair of particles in contact. Used for particle - particle collision solving.
Fields¶
int Particle
The particle for which this pair is generated.
int OtherParticle
The other particle that is contacting this.