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