C4 Engine
C4 Engine API Documentation

class RevolutionGeometry

Defined in:  C4Primitives.h
The RevolutionGeometry class represents a path revolution primitive node in a world.
Definition

class RevolutionGeometry final : public PathPrimitiveGeometry

Constructor

RevolutionGeometry(const Path *path, const Vector2D& size, float height);

Parameters
path The path defining the lateral shape of the revolution.
size The size of the base of the revolution.
height The height of the revolution.
Description
Base Classes
PathPrimitiveGeometry A path revolution is a specific type of path primitive geometry.
See Also

RevolutionGeometryObject