Contents

init(byAdding:to:)

Creates a new vector by adding the specified vectors.

Declaration

init(byAdding v1: VNVector, to v2: VNVector)

Parameters

  • v1:

    The first vector.

  • v2:

    The second vector.

See Also

Creating a Vector