def abs(self): return self.__class__(math.fabs(self.__point[0]), math.fabs(self.__point[1]), math.fabs(self.__point[2]))