public override void Set(B2Shape other)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Test for overlap.
 /// </summary>
 public static bool TestOverlap(B2Shape shape1, B2Transform xf1, B2Shape shape2, B2Transform xf2 )
 {
     return false;
 }
Esempio n. 3
0
 public abstract void Set(B2Shape other);
Esempio n. 4
0
 /// Query the world for all shapes that potentially overlap the
 /// provided shape.
 public int QueryShape(Action callback, B2Shape shape, B2Transform xform)
 {
     return 0;
 }