:autogenerated: simulation.utils.geometry package ================================= .. automodule:: simulation.utils.geometry Submodules: .. toctree:: :maxdepth: 1 simulation.utils.geometry.frame simulation.utils.geometry.line simulation.utils.geometry.point simulation.utils.geometry.polygon simulation.utils.geometry.pose simulation.utils.geometry.transform simulation.utils.geometry.vector Summary ------- ``__all__`` Classes: .. list-table:: * - :class:`Line ` - List of points as a Line class inheriting from shapely's LineString class. * - :class:`Point ` - Point subclass of Vector which implements a point. * - :class:`Polygon ` - Polygon class inheriting from shapely's Polygon class. * - :class:`Pose ` - Pose class consisting of a position and an orientation. * - :class:`Transform ` - Transformation class consisting of a translation and a rotation. * - :class:`Vector ` - Implementation of the mathematical vector object.