SignedVectorBase

public protocol SignedVectorBase : VectorBase where Self.ComponentType : SignedNumeric

A vector whose components are signed numerics.

  • Negates the vector, returning a vector with the negative of all components.

    Declaration

    Swift

    prefix static func - (lhs: Self) -> Self