• Subtracts the given floats from the current Vector3 coordinates and set the given vector "result" with this result

    Parameters

    • vector1: ReadonlyVector3
    • x: number

      defines the x coordinate of the operand

    • y: number

      defines the y coordinate of the operand

    • z: number

      defines the z coordinate of the operand

    • result: MutableVector3

      defines the Vector3 object where to store the result

    Returns void