unreal.RigVMFunction_MathDoubleLawOfCosine

class unreal.RigVMFunction_MathDoubleLawOfCosine(a: float = 0.0, b: float = 0.0, c: float = 0.0, alpha_angle: float = 0.0, beta_angle: float = 0.0, gamma_angle: float = 0.0, valid: bool = False)

Bases: RigVMFunction_MathDoubleBase

Computes the angles alpha, beta and gamma (in radians) between the three sides A, B and C

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (double): [Read-Write]

  • alpha_angle (double): [Read-Write]

  • b (double): [Read-Write]

  • beta_angle (double): [Read-Write]

  • c (double): [Read-Write]

  • gamma_angle (double): [Read-Write]

  • valid (bool): [Read-Write]

property a: float

[Read-Write]

Type:

(double)

property alpha_angle: float

[Read-Only]

Type:

(double)

property b: float

[Read-Write]

Type:

(double)

property beta_angle: float

[Read-Only]

Type:

(double)

property c: float

[Read-Write]

Type:

(double)

property gamma_angle: float

[Read-Only]

Type:

(double)

property valid: bool

[Read-Only]

Type:

(bool)