away3d.bounds
| .. | |
|---|---|
| AxisAlignedBoundingBox | AxisAlignedBoundingBox represents a bounding box volume that has its planes aligned to the local coordinate axes of the bounded object. This is useful for most meshes. |
| BoundingSphere | BoundingSphere represents a spherical bounding volume defined by a center point and a radius. This bounding volume is useful for point lights. |
| BoundingVolumeBase | An abstract base class for all bounding volume classes. It should not be instantiated directly. |
| NullBounds | NullBounds represents a debug bounding "volume" that is either considered always in, or always out of the frustum. NullBounds is useful for entities that are always considered in the frustum, such as directional lights or skyboxes. |