• Creates a new vec4 initialized with the given values

    Parameters

    • x: number

      X component

    • y: number

      Y component

    • z: number

      Z component

    • w: number

      W component

    Returns vec4

    a new 4D vector

Generated using TypeDoc