Function powInto

  • b = a ^ s

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

    Parameters

    • a: Vec4

      a 4-element vector object

    • s: number

      a scalar value

    • b: Vec4

      a 4-element vector in which to store the result

    Returns Vec4

    b as the result of a ^ s

Generated using TypeDoc