Make an inline function for the "not" for vectors, like "Inverse(aVector: TVector): TVector"

FPC can overload operators but AFAIK "not" isn't among those which are allowed. (:=, <>, >, <, = are all overloadable)