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.
Creates a new vector by subtracting the first vector from the second vector.
init(bySubtracting v1: VNVector, from v2: VNVector)The first vector.
The second vector.