예제 #1
0
 ///<summary>
 /// Constructs a new compound-convex pair handler.
 ///</summary>
 protected MeshGroupPairHandler()
 {
     manifoldConstraintGroup = new ContactManifoldConstraintGroup();
 }
 ///<summary>
 /// Constructs a new compound-convex pair handler.
 ///</summary>
 public MeshGroupPairHandler()
 {
     manifoldConstraintGroup = new ContactManifoldConstraintGroup();
 }