C4 Engine
C4 Engine API Documentation

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