• Performs substraction between vectorA and vectorB and stores the result into result

    Parameters

    • vectorA: ReadonlyVector3

      the first vector for the substraction operation

    • vectorB: ReadonlyVector3

      the second vector for the substraction operation

    • result: MutableVector3

      the vector where the result of the substraction is stored

    Returns void