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