Open Search
    Tangent Struct Reference

    #include <c4d_baseobject.h>

    Detailed Description

    Represents a tangent with its left and right interpolation parts.

    Public Member Functions

    Bool IsBroken () const
     

    Public Attributes

    Vector vl
     
    Vector vr
     

    Member Function Documentation

    ◆ IsBroken()

    Bool IsBroken ( ) 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.