Commit d4899df
committed
Begin documentation for geometry
This took longer than expected, but it's the first pass at the
documentation for the geometry module, which is going to be necessary to
test some of the more complicated pathfinding algorithms which operate
on entities of varying sizes rather than point particles.
docs/Geometry.rst - Document vector2, line2, axisall, polygon2
docs/index.rst - Add geometry
pygorithm/__init__.py - Add geometry
pygorithm/geometry/__init__.py - Import vector2, axisall, line2, polygon2
pygorithm/geometry/axisall.py - Empty file
pygorithm/geometry/line2.py - Empty file
pygorithm/geometry/polygon2.py - Empty file
pygorithm/geometry/vector2.py - Empty file
tests/test_geometry.py - Empty file1 parent 89d733e commit d4899df
File tree
9 files changed
+605
-0
lines changed- docs
- pygorithm
- geometry
- tests
9 files changed
+605
-0
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
0 commit comments