• An expression that takes the arcsine of another expression. The range of values returned by asin is [-PI/2, PI/2]. |operand| must be less than or equal to 1.

    Type Parameters

    • T extends string | number | Vector3

    Parameters

    • operand: Expression<T>

      The expression of which to take the arcsine. Should result in a number, point or color.

    Returns Expression<T>

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