Trigonometric Operator

About

  • Header File: xpressocore/description/gvtrigo.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().


Parameter: Function

  • Parameter ID: c4d.GV_TRIGO_FUNC

  • Parameter Type: int

  • Cycle Values:
    • Sin (c4d.TYPE_SIN)

    • Cos (c4d.TYPE_COS)

    • Tan (c4d.TYPE_TAN)

    • Sinh (c4d.TYPE_SINH)

    • Cosh (c4d.TYPE_COSH)

    • Tanh (c4d.TYPE_TANH)

    • ASin (c4d.TYPE_ASIN)

    • ACos (c4d.TYPE_ACOS)

    • ATan (c4d.TYPE_ATAN)


Parameter: Value

  • Parameter ID: c4d.GV_TRIGO_INPUT

  • Parameter Type: float


Parameter: Output

  • Parameter ID: c4d.GV_TRIGO_OUTPUT

  • Parameter Type: float