C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class SphereShape

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

SphereShapeObject