• a = a ^ s

    Raises the 3 elements of vector a to the power of s and stores the result in a

    Parameters

    • a: Vec3

      a 3-element vector object

    • s: number

      a scalar value

    Returns Vec3

    a as the result of a ^ s

Generated using TypeDoc