Contents:
Ad hoc polymorphism ‘neg’ function
PointThe opposite point.
The opposite point.
>>> p=Point(1,2,3) >>> print(-p) ( -1.0 , -2.0 , -3.0 ) printed