You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All libraries implement a common subset of geometric operations, e.g. computing bounding boxes or convex hulls.
Given the same input data, all libraries should produce near-identical output. There are unlikely to be differences as these operations are already well tested. We should add tests for this, primarily for the benefit of library authors.
The text was updated successfully, but these errors were encountered:
All libraries implement a common subset of geometric operations, e.g. computing bounding boxes or convex hulls.
Given the same input data, all libraries should produce near-identical output. There are unlikely to be differences as these operations are already well tested. We should add tests for this, primarily for the benefit of library authors.
The text was updated successfully, but these errors were encountered: