Namespace: execFunc

Player~Player.execFunc(funcs, axisName, t, optionsopt)

execute function
Parameters:
Name Type Attributes Default Description
funcs THREE.Vector4 vector of the functions for executing.
axisName string axis name of the function for executing. Can be as "x", "y", "z", "w".
t number time. First parameter of the function for executing.
options object <optional>
{} the following options are available:
Properties
Name Type Attributes Default Description
a number <optional>
1 multiplier. Second parameter of the function for executing.
b number <optional>
0 addendum. Third parameter of the function for executing.
Source:
Returns:
function execution value.