Constructors
constructor
- new BoundingRect(x, y, width, height): BoundingRect
Parameters
x: number
y: number
width: number
height: number
Methods
applyTransform
- applyTransform(m): void
Returns void
contain
- contain(x, y): boolean
Returns boolean
copy
- copy(other): void
Returns void
intersect
- intersect(b, mtv?): boolean
Returns boolean
isFinite
- isFinite(): boolean
Returns boolean
isZero
- isZero(): boolean
Returns boolean
union
- union(other): void
Returns void
Static
applyTransform
- applyTransform(target, source, m): void
Returns void
Static
copy
- copy(target, source): void
Returns void
Copy from another rect