• Set the components of a vec2 to the given values

    Parameters

    • out: vec2

      the receiving vector

    • x: number

      X component

    • y: number

      Y component

    Returns vec2

    out

Generated using TypeDoc