Contents

-=(_:_:)

Subtracts a vector from a vector and stores the difference in the left-hand-side variable.

Declaration

static func -= (lhs: inout Vector3D, rhs: Vector3D)

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations