Tangent Struct Reference

#include <c4d_baseobject.h>

Detailed Description

Represents a tangent with its left and right interpolation parts.

Public Member Functions

Bool IsBroken (void) const
 

Public Attributes

Vector vl
 
Vector vr
 

Member Function Documentation

◆ IsBroken()

Bool IsBroken ( void  ) const

Checks if the tangent is broken.

Returns
true if the tangent is broken, otherwise false.

Member Data Documentation

◆ vl

Vector vl

The left part that defines the tangent.

◆ vr

Vector vr

The right part that defines the tangent.