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_MathDoubleBaseComputes 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]