simulation.utils.geometry.point module¶
Basic point class which is compatible with all needed formats.
Reference¶
-
class
Point(*args, **kwargs)[source]¶ Bases:
simulation.utils.geometry.vector.VectorPoint subclass of Vector which implements a point.
Compared with its Superclass, this class imposes some restrictions to better fit the interpretation of a point in the mathematical sense.
Uses vector’s initializer.