C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class HoleGeometry

Defined in:  C4Primitives.h
The HoleGeometry class represents a hole primitive node in a world.
Definition

class HoleGeometry : public PrimitiveGeometry

Constructor

HoleGeometry(const Vector2D& inner, const Vector2D& outer);

Parameters
inner The size of the inner hole.
outer The size of the outer plate.
Description
Base Classes
PrimitiveGeometry A hole is a specific type of primitive geometry.
See Also

HoleGeometryObject