unreal.RigVMFunction_MathFloatTan¶
- class unreal.RigVMFunction_MathFloatTan(value: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathFloatUnaryOpReturns the trigonometric tangent value of the given angle (in radians)
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathFloat.h
Editor Properties: (see get_editor_property/set_editor_property)
result(float): [Read-Write] The result of the operationvalue(float): [Read-Write] The input value