- type
- class
Axis Aligned Bounding Box (AABB)
Note that in many cases of an AABB object being returned by a Nape function the AABB object will be marked internally as an 'immutable' AABB. This will always be documented and trying to mutate such an AABB will result in an error being thrown.
Note that in many cases of an AABB object being returned by a Nape function the AABB object will be marked internally as an 'immutable' AABB. This will always be documented and trying to mutate such an AABB will result in an error being thrown.
Static Methods
static function fromRect(rect:flash.geom.Rectangle):AABB
Construct an AABB from an AS3 Rectangle object.