///<summary>
 /// Constructs a new compound-convex pair handler.
 ///</summary>
 protected MeshGroupPairHandler()
 {
     manifoldConstraintGroup = new ContactManifoldConstraintGroup();
 }