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