C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class DiskGeometry

Defined in:  C4Primitives.h
The DiskGeometry class represents a disk primitive node in a world.
Definition

class DiskGeometry : public PrimitiveGeometry

Constructor

DiskGeometry(const Vector2D& size);

Parameters
size The size of the disk.
Description
Base Classes
PrimitiveGeometry A disk is a specific type of primitive geometry.
See Also

DiskGeometryObject