class TubeGeometry
Defined in:
The C4Primitives.h
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