Contents

init(bySubtracting:from:)

Creates a new vector by subtracting the first vector from the second vector.

Declaration

init(bySubtracting v1: VNVector, from v2: VNVector)

Parameters

  • v1:

    The first vector.

  • v2:

    The second vector.

See Also

Creating a Vector