|
@@ -7,7 +7,7 @@ import hxd.Math;
|
|
@see `Object.getBounds`
|
|
@see `Object.getBounds`
|
|
@see `Object.getSize`
|
|
@see `Object.getSize`
|
|
**/
|
|
**/
|
|
-class Bounds {
|
|
|
|
|
|
+class Bounds implements Collider {
|
|
|
|
|
|
/** X-axis left-most bounding box point. **/
|
|
/** X-axis left-most bounding box point. **/
|
|
public var xMin : Float;
|
|
public var xMin : Float;
|
|
@@ -394,4 +394,4 @@ class Bounds {
|
|
return b;
|
|
return b;
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|