Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 327 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 327 Bytes

A Java Library for computing Minkwoski Sum (A⊕B) and Minkwoski Difference (A⊖B) between two geometry A and B, built on top of JTS (Java Topology Suite).

Note that A⊕(-B) which is widely used for collision detection, is also referred to by some as Minkowski Difference. It is, however, in fact a Minkowski sum operation.