AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
doc/Makefile
doc/source/conf.py
doc/source/index.rst
doc/source/computations/comparison.rst
doc/source/computations/fitting.rst
doc/source/computations/intersection.rst
doc/source/computations/measurement.rst
doc/source/computations/projection.rst
doc/source/computations/toc.rst
doc/source/computations/transformation.rst
doc/source/objects/line.rst
doc/source/objects/plane.rst
doc/source/objects/point_vector.rst
doc/source/objects/points.rst
doc/source/objects/toc.rst
doc/source/source_code/skspatial.measurement.rst
doc/source/source_code/skspatial.objects.Line.rst
doc/source/source_code/skspatial.objects.Plane.rst
doc/source/source_code/skspatial.objects.Point.rst
doc/source/source_code/skspatial.objects.Points.rst
doc/source/source_code/skspatial.objects.Vector.rst
doc/source/source_code/skspatial.objects.rst
doc/source/source_code/toc.rst
scikit_spatial.egg-info/PKG-INFO
scikit_spatial.egg-info/SOURCES.txt
scikit_spatial.egg-info/dependency_links.txt
scikit_spatial.egg-info/not-zip-safe
scikit_spatial.egg-info/requires.txt
scikit_spatial.egg-info/top_level.txt
skspatial/__init__.py
skspatial/constants.py
skspatial/measurement.py
skspatial/objects/__init__.py
skspatial/objects/base_array.py
skspatial/objects/base_line_plane.py
skspatial/objects/line.py
skspatial/objects/plane.py
skspatial/objects/point.py
skspatial/objects/vector.py
tests/__init__.py
tests/property/__init__.py
tests/property/strategies.py
tests/property/test_comparison.py
tests/property/test_fitting.py
tests/property/test_measurement.py
tests/property/test_projection.py
tests/property/test_transformation.py
tests/property/objects/__init__.py
tests/property/objects/test_array_1d.py
tests/property/objects/test_line.py
tests/property/objects/test_plane.py
tests/property/objects/test_point.py
tests/property/objects/test_vector.py
tests/unit/__init__.py
tests/unit/test_comparison.py
tests/unit/test_dimension.py
tests/unit/test_fitting.py
tests/unit/test_intersection.py
tests/unit/test_measurement.py
tests/unit/test_projection.py
tests/unit/test_transformation.py
tests/unit/objects/__init__.py
tests/unit/objects/test_array_1d.py
tests/unit/objects/test_base_line_plane.py
tests/unit/objects/test_line.py
tests/unit/objects/test_line_plane.py
tests/unit/objects/test_plane.py
tests/unit/objects/test_points.py
tests/unit/objects/test_vector.py