Adding LocationEncoder to store Locations as JSON

This commit is contained in:
gumyr 2023-11-25 19:13:32 -05:00
parent fb6f47471f
commit 89fda66873
4 changed files with 94 additions and 5 deletions

View file

@ -30,6 +30,7 @@ CAD objects described in the following section are frequently of these types.
:special-members: __copy__,__deepcopy__
.. autoclass:: Location
:special-members: __copy__,__deepcopy__, __mul__, __pow__, __eq__, __neg__
.. autoclass:: LocationEncoder
.. autoclass:: Pos
.. autoclass:: Rot
.. autoclass:: Matrix