#include <c4d_baseobject.h>
Represents a tangent with its left and right interpolation parts.
Public Member Functions | |
Bool | IsBroken (void) const |
Public Attributes | |
Vector | vl |
Vector | vr |
Bool IsBroken | ( | void | ) | const |
Checks if the tangent is broken.
Vector vl |
The left part that defines the tangent.
Vector vr |
The right part that defines the tangent.