Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Added
~~~~~

- ``edges``, ``edge_vectors``, and ``edge_lengths`` properties to ``Polygon``
- ``shortest_distance_to_surface`` and ``shortest_displacement_to_surface`` methods for
``ConvexPolyhedron``, ``ConvexSpheropolyhedron``, ``Polyhedron``, ``ConvexPolygon``,
``ConvexSpheropolygon``, and ``Polygon`` types

Changed
~~~~~~~
Expand Down
5 changes: 5 additions & 0 deletions Credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ Joseph Burkhart
* Created the interactive "Pre-Defined Shapes" documentation.
* Fixed errors in reference data.

Ryn Oliphant

* Created and implemented a novel algorithm for evaluating the distance between faceted
(possibly sphero)-polytopes and a set of points.

Source code
-----------

Expand Down
Loading