• Set the components of a vec4 to the given values

    Parameters

    • out: vec4

      the receiving vector

    • x: number

      X component

    • y: number

      Y component

    • z: number

      Z component

    • w: number

      W component

    Returns vec4

    out

Generated using TypeDoc