C4 Engine
C4 Engine API Documentation

class RopeGeometry

Defined in:  C4Deformable.h
The RopeGeometry class represents a rope primitive node in a world.
Definition

class RopeGeometry final : public PrimitiveGeometry

Constructor

RopeGeometry(const Vector2D& size, int32 width, int32 height);

Parameters
length The length of the rope.
radius The radius of the rope.
count The number of point masses in the rope.
Description
Base Classes
PrimitiveGeometry A rope is a specific type of primitive geometry.
See Also

RopeGeometryObject

RopeController