Packagecom.fileitup.fisixengine.utils
Classpublic class BoundingBox

Holds information about a 2D rectangle



Public Properties
 PropertyDefined by
  maxX : Number
Right bound of the box.
BoundingBox
  maxY : Number
Bottom bound of the box.
BoundingBox
  minX : Number
Left bound of the box.
BoundingBox
  minY : Number
Upper bound of the box.
BoundingBox
Public Methods
 MethodDefined by
  
BoundingBox(x1:Number, y1:Number, x2:Number, y2:Number)
BoundingBox
  
toString():String
BoundingBox
Property detail
maxXproperty
public var maxX:Number

Right bound of the box.

maxYproperty 
public var maxY:Number

Bottom bound of the box.

minXproperty 
public var minX:Number

Left bound of the box.

minYproperty 
public var minY:Number

Upper bound of the box.

Constructor detail
BoundingBox()constructor
public function BoundingBox(x1:Number, y1:Number, x2:Number, y2:Number)Parameters
x1:Number
 
y1:Number
 
x2:Number
 
y2:Number
Method detail
toString()method
public function toString():String

Returns
String