class AcousticsSpaceObject
Defined in:
The C4SpaceObjects.h
AcousticsSpaceObject
class encapsulates data pertaining to an acoustic space.
Definition
class AcousticsSpaceObject : public SpaceObject, public BoxVolume
Constructor
AcousticsSpaceObject(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
Base Classes
SpaceObject |
An AcousticsSpaceObject is an object that can be shared by multiple acoustic space nodes.
|
BoxVolume |
An AcousticsSpaceObject is represented by a generic box volume.
|
See Also