.flake8
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README
README.rst
pytest.ini
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/dev_doc.rst
docs/dev_index.rst
docs/index.rst
docs/user_doc.rst
docs/user_index.rst
docs/include/overview.rst
docs/include/start_working.rst
docs/pics/default_rectangle.png
docs/pics/default_rhombus.png
docs/pics/dividedlinesegment.png
docs/pics/example_pentagon.png
docs/pics/example_rightcuboid.png
docs/pics/simple_linesegment.png
mathmakerlib/__init__.py
mathmakerlib/config.py
mathmakerlib/constants.py
mathmakerlib/exceptions.py
mathmakerlib/required.py
mathmakerlib.egg-info/PKG-INFO
mathmakerlib.egg-info/SOURCES.txt
mathmakerlib.egg-info/dependency_links.txt
mathmakerlib.egg-info/requires.txt
mathmakerlib.egg-info/top_level.txt
mathmakerlib/LaTeX/__init__.py
mathmakerlib/LaTeX/attr_list.py
mathmakerlib/LaTeX/commands.py
mathmakerlib/calculus/__init__.py
mathmakerlib/calculus/clocktime.py
mathmakerlib/calculus/exponented.py
mathmakerlib/calculus/fraction.py
mathmakerlib/calculus/number.py
mathmakerlib/calculus/tools.py
mathmakerlib/calculus/unit.py
mathmakerlib/core/__init__.py
mathmakerlib/core/dimensional.py
mathmakerlib/core/drawable.py
mathmakerlib/core/evaluable.py
mathmakerlib/core/oriented.py
mathmakerlib/core/printable.py
mathmakerlib/core/signed.py
mathmakerlib/core/word.py
mathmakerlib/geometry/__init__.py
mathmakerlib/geometry/angle.py
mathmakerlib/geometry/bipoint.py
mathmakerlib/geometry/dividedlinesegment.py
mathmakerlib/geometry/linesegment.py
mathmakerlib/geometry/point.py
mathmakerlib/geometry/tools.py
mathmakerlib/geometry/vector.py
mathmakerlib/geometry/xaxis.py
mathmakerlib/geometry/polygons/__init__.py
mathmakerlib/geometry/polygons/equilateral.py
mathmakerlib/geometry/polygons/equilateraltriangle.py
mathmakerlib/geometry/polygons/isoscelestriangle.py
mathmakerlib/geometry/polygons/polygon.py
mathmakerlib/geometry/polygons/quadrilateral.py
mathmakerlib/geometry/polygons/rectangle.py
mathmakerlib/geometry/polygons/rhombus.py
mathmakerlib/geometry/polygons/righttriangle.py
mathmakerlib/geometry/polygons/square.py
mathmakerlib/geometry/polygons/triangle.py
mathmakerlib/geometry/polyhedra/__init__.py
mathmakerlib/geometry/polyhedra/polyhedron.py
mathmakerlib/geometry/polyhedra/right_cuboid.py
mathmakerlib/geometry/projections/__init__.py
mathmakerlib/geometry/projections/oblique_projection.py
mathmakerlib/geometry/templates/xaxis.tex
tests/__init__.py
tests/conftest.py
tests/00_main/01_exceptions_test.py
tests/00_main/02_config_test.py
tests/01_LaTeX/01_attr_list_test.py
tests/01_LaTeX/02_commands_test.py
tests/02_core/drawable_test.py
tests/03_calculus/01_tools_test.py
tests/03_calculus/02_word_test.py
tests/03_calculus/03_unit_test.py
tests/03_calculus/04_number_test.py
tests/03_calculus/05_fraction_test.py
tests/03_calculus/06_clocktime_test.py
tests/03_calculus/10_exponented_test.py
tests/04_geometry/01_point_test.py
tests/04_geometry/02_vector_test.py
tests/04_geometry/03_bipoint_test.py
tests/04_geometry/04_linesegment_test.py
tests/04_geometry/05_dividedlinesegment_test.py
tests/04_geometry/06_angle_test.py
tests/04_geometry/07_xaxis_test.py
tests/04_geometry/10_polygon_test.py
tests/04_geometry/11_triangle_test.py
tests/04_geometry/12_righttriangle_test.py
tests/04_geometry/13_equilateraltriangle_test.py
tests/04_geometry/14_isoscelestriangle_test.py
tests/04_geometry/15_quadrilateral_test.py
tests/04_geometry/16_rectangle_test.py
tests/04_geometry/17_rhombus_test.py
tests/04_geometry/18_square_test.py
tests/04_geometry/40_polyhedron_test.py
tests/04_geometry/41_rightcuboid_test.py
tests/04_geometry/90_obliqueprojections_test.py