mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
This module will contain mathematical tools to deal with geometry and motion of robots. This includes a Matrix type for common matrix operations.
14 lines
362 B
ReStructuredText
14 lines
362 B
ReStructuredText
:mod:`geometry <pybricks.geometry>` -- Geometry and algebra
|
|
============================================================
|
|
|
|
.. module:: pybricks.geometry
|
|
|
|
.. autoclass:: pybricks.geometry.Matrix
|
|
:no-members:
|
|
|
|
.. autoattribute:: pybricks.geometry::Matrix.T
|
|
|
|
.. autoattribute:: pybricks.geometry::Matrix.shape
|
|
|
|
.. autofunction:: pybricks.geometry.vector
|