-(_:)
Returns a vector that’s the element-wise negation of the vector.
Declaration
static func - (vector: Vector3D) -> Vector3DParameters
- vector:
The value that the operator negates.
Returns a vector that’s the element-wise negation of the vector.
static func - (vector: Vector3D) -> Vector3DThe value that the operator negates.