Constructors
constructor
- new Bounds(box?, sphere?): Bounds
Properties
Accessors
box
- get box(): AABox
- set box(value): void
Returns void
sphere
- get sphere(): Sphere
- set sphere(value): void
Returns void
Methods
isEqual
- isEqual(this, other): boolean
Returns boolean
StaticisEqual
- isEqual(lhs, rhs): boolean
Returns boolean
TBounds represented by an axis aligned box and a sphere.