PackageBox2D.Collision
Classpublic class b2AABB

A manifold for two touching convex shapes.



Public Properties
 PropertyDefined by
  lowerBound : b2Vec2
< the lower vertex
b2AABB
  upperBound : b2Vec2
< the upper vertex
b2AABB
Public Methods
 MethodDefined by
  
IsValid():Boolean
Verify that the bounds are sorted.
b2AABB
Property detail
lowerBoundproperty
public var lowerBound:b2Vec2

< the lower vertex

upperBoundproperty 
public var upperBound:b2Vec2

< the upper vertex

Method detail
IsValid()method
public function IsValid():Boolean

Verify that the bounds are sorted.

Returns
Boolean