It is updated to _boundsID of corresponding object to keep bounds in sync with content. Updated from outside, thus public modifier.
Adds padded frame. (x0, y0) should be strictly less than (x1, y1)
left X of frame
top Y of frame
right X of frame
bottom Y of frame
padding X
padding Y
This function should be inlined when its possible.
The point to add.
Adds a point, after transformed. This should be inlined when its possible.
Add an array of mesh vertices
mesh transform
mesh coordinates in array
begin offset
end offset, excluded
Add an array of mesh vertices.
mesh matrix
mesh coordinates in array
begin offset
end offset, excluded
Optional
padX: numberx padding
Optional
padY: numbery padding
Can return Rectangle.EMPTY constant, either construct new rectangle, either use your rectangle It is not guaranteed that it will return tempRect
Optional
rect: RectangleTemporary object will be used if AABB is not empty
Pads bounds object, making it grow in all directions. If paddingY is omitted, both paddingX and paddingY will be set to paddingX.
Optional
paddingX: numberThe horizontal padding amount.
Optional
paddingY: numberThe vertical padding amount.
'Builder' pattern for bounds rectangles.
This could be called an Axis-Aligned Bounding Box. It is not an actual shape. It is a mutable thing; no 'EMPTY' or those kind of problems.
Memberof
PIXI