Package | com.fileitup.fisixengine.utils |
Class | public class BoundingBox |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
BoundingBox(x1:Number, y1:Number, x2:Number, y2:Number)
| BoundingBox | ||
toString():String
| BoundingBox |
maxX | property |
public var maxX:Number
Right bound of the box.
maxY | property |
public var maxY:Number
Bottom bound of the box.
minX | property |
public var minX:Number
Left bound of the box.
minY | property |
public var minY:Number
Upper bound of the box.
BoundingBox | () | constructor |
public function BoundingBox(x1:Number, y1:Number, x2:Number, y2:Number)
Parameters
x1:Number |
|
y1:Number |
|
x2:Number |
|
y2:Number |
toString | () | method |
public function toString():String
Returns
String |