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