• An expression that takes the sine of another expression.

    Type Parameters

    • T extends string | number | Vector3

    Parameters

    • operand: Expression<T>

      The expression of which to take the sine. Should result in a number, point or color. For points or colors, the function is applied to the individual element values. Values assumed to be in radians.

    Returns Expression<T>

    An expression that takes the sine of another expression. Results in a number, point or color.