• Creates a new 3-element vector object initialized with the given values

    Parameters

    • x: number

      the first element

    • y: number

      the second element

    • z: number

      the third element

    Returns Vec3

    the new 3-element vector object

Generated using TypeDoc