Box2D.Collision.AABB.AABB C# (CSharp) Метод

AABB() публичный Метод

Creates the default object, with vertices at 0,0 and 0,0.
public AABB ( ) : System
Результат System
        public AABB()
        {
            LowerBound = new Vec2();
            UpperBound = new Vec2();
        }

Same methods

AABB::AABB ( AABB copy ) : System
AABB::AABB ( Vec2 lowerVertex, Vec2 upperVertex ) : System