Skip to content

Commit

Permalink
Design philosophy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 28, 2024
1 parent 143943b commit 624ff64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ pytransform3d offers...
* a matplotlib-like interface to Open3D's visualizer to display
geometries and transformations

The design philosophy of pytransform3d is to not hide anything; there is no
magic: no operator overloading, no classes to store data (rotations or
transformations) other than NumPy arrays, and no layers of abstraction.
It is as transparent to the user as possible and its interface is mainly
functional.

--------
Citation
Expand Down

0 comments on commit 624ff64

Please sign in to comment.