• Create a 3D vector

    Parameters

    • x: number

      The x component of the new vector

    • y: number

      The y component of the new vector

    • z: number

      The z component of the new vector

    Returns Vector3

    The 3D vector (x, y, z)

Generated using TypeDoc