Tangent Struct Reference

#include <c4d_baseobject.h>

详细描述

Represents a tangent with its left and right interpolation parts.

公共成员函数

Bool   IsBroken (void) const

Public Attributes

向量   vl
向量   vr

成员函数文档编制

◆  IsBroken()

Bool IsBroken ( void  ) const

Checks if the tangent is broken.

返回
true if the tangent is broken, otherwise false .

Member Data Documentation

◆  vl

向量 vl

The left part that defines the tangent.

◆  vr

向量 vr

The right part that defines the tangent.