The ``math`` package ======================== .. py:module:: ansys.geometry.core.math Summary ------- .. py:currentmodule:: math .. tab-set:: .. tab-item:: Submodules .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.math.bbox` - Provides for managing a bounding box. * - :py:obj:`~ansys.geometry.core.math.constants` - Provides mathematical constants. * - :py:obj:`~ansys.geometry.core.math.frame` - Provides for managing a frame. * - :py:obj:`~ansys.geometry.core.math.matrix` - Provides matrix primitive representations. * - :py:obj:`~ansys.geometry.core.math.misc` - Provides auxiliary math functions for PyAnsys Geometry. * - :py:obj:`~ansys.geometry.core.math.plane` - Provides primitive representation of a 2D plane in 3D space. * - :py:obj:`~ansys.geometry.core.math.point` - Provides geometry primitive representation for 2D and 3D points. * - :py:obj:`~ansys.geometry.core.math.vector` - Provides for creating and managing 2D and 3D vectors. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: bbox constants frame matrix misc plane point vector Description ----------- PyAnsys Geometry math subpackage. .. !! processed by numpydoc !!