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