MATHLIB_EXPORT P_POINT Invert(P_POINT a);
vectlib.h
Inverts a vector. that is vector * -1. (a,b,c) = (-a,-b,-c)
Parameters
Functions