C4 Engine
C4 Engine API Documentation

class BoxShape

Defined in:  C4Shapes.h
The 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

BoxShapeObject