• Sets the given vector "dest" with the given floats.

    Parameters

    • x: number

      defines the x coordinate of the source

    • y: number

      defines the y coordinate of the source

    • z: number

      defines the z coordinate of the source

    • dest: MutableVector3

      defines the Vector3 where to store the result

    Returns void