aabb2_contains
aabb2_contains(bounds_x0, bounds_y0, bounds_x1, bounds_y1, x0, y0, x1, y1) ⇒ boolean
Kind: global function
Param | Type |
---|---|
bounds_x0 | number |
bounds_y0 | number |
bounds_x1 | number |
bounds_y1 | number |
x0 | number |
y0 | number |
x1 | number |
y1 | number |