pub fn equals<A, B>(a: &A, b: &B) -> boolExpand description
true iff a and b describe the same point set.
Mirrors boost::geometry::equals(a, b) from
boost/geometry/algorithms/equals.hpp. Polygon equality is
up-to-rotation and traversal direction; vertex-order normalisation
happens inside the strategy kernel.