class RopeGeometry
Defined in:
The C4Deformable.h
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