Add conversion methods to WorldPoint and LocalPoint

This commit is contained in:
Max Weber
2018-03-08 02:47:43 -07:00
parent 6f9b855520
commit cf4d5d8333
4 changed files with 210 additions and 3 deletions

View File

@@ -47,6 +47,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>