class BoxShape
Defined in:
The C4Shapes.h
BoxShape
class represents a box shape node in a world.
Definition
class BoxShape : public Shape
Constructor
BoxShape(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
The BoxShape
class represents a shape node that is shaped like a box whose dimensions are specified by the size
parameter.
Base Classes
Shape |
A box shape is a specific type of shape. |
See Also