Merge pull request #9848 from abextm/faster-click-hull-external

Optimize getClickbox and getConvexHull
This commit is contained in:
Adam
2019-10-02 14:24:52 -04:00
committed by GitHub
25 changed files with 1604 additions and 437 deletions

View File

@@ -57,5 +57,11 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>