Constraint group containing multiple contact manifold constraints. Used by some pairs which manage multiple sub-pairs.
Inheritance: BEPUphysics.Constraints.SolverGroups.SolverGroup
Exemplo n.º 1
0
 ///<summary>
 /// Constructs a new compound-convex pair handler.
 ///</summary>
 protected GroupPairHandler()
 {
     manifoldConstraintGroup = new ContactManifoldConstraintGroup();
 }
Exemplo n.º 2
0
 ///<summary>
 /// Constructs a new compound-convex pair handler.
 ///</summary>
 public GroupPairHandler()
 {
     manifoldConstraintGroup = new ContactManifoldConstraintGroup();
 }