C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class ConeGeometry

Defined in:  C4Primitives.h
The ConeGeometry class represents a cone primitive node in a world.
Definition

class ConeGeometry : public PrimitiveGeometry

Constructor

ConeGeometry(const Vector2D& size, float height);

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

ConeGeometryObject