C4 Engine
C4 Engine API Documentation

class TubeGeometry

Defined in:  C4Primitives.h
The TubeGeometry class represents a path tube primitive node in a world.
Definition

class TubeGeometry final : public PathPrimitiveGeometry

Constructor

TubeGeometry(const Path *path, const Vector2D& size);

Parameters
path The path along which the tube is created.
size The size of the cross section of the tube.
Description
Base Classes
PathPrimitiveGeometry A path tube is a specific type of path primitive geometry.
See Also

TubeGeometryObject