Constraint group containing multiple contact manifold constraints. Used by some pairs which manage multiple sub-pairs.
Inheritance: BEPUphysics.Constraints.SolverGroups.SolverGroup
コード例 #1
0
ファイル: GroupPairHandler.cs プロジェクト: dsmo7206/Lemma
 ///<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();
 }