C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class TruncatedConeGeometry

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

class TruncatedConeGeometry : public PrimitiveGeometry

Constructor

TruncatedConeGeometry(const Vector2D& size, float height, float ratio);

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

TruncatedConeGeometryObject