5 The geometry module is used to obtain information about the points and vertices of a ployhedra.
9 This class represents points in space.
11 .. py:method:: isorigin(self)
13 Return true is given point is the origin.
19 This class represents displacements in space.
21 .. py:method:: angle(self, other)
23 Retrieve the angle required to rotate the vector into the vector passed
24 in argument. The result is an angle in radians, ranging between -pi and
27 .. py:method:: cross(self, other)
29 Calculate the cross product of two Vector3D structures.
31 .. py:method:: dot(self, other)
33 Calculate the dot product of two vectors.
35 .. py:method:: __trudiv__(self, other)
37 Divide the vector by the specified scalar and returns the result as a