Skip to content
Snippets Groups Projects
Commit 46c9483a authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

-

parent cfa758e7
Branches master
Tags 1.1.0
No related merge requests found
Pipeline #75113 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>fi.utu.tech</groupId> <groupId>fi.utu.tech</groupId>
<artifactId>spatial-data</artifactId> <artifactId>spatial-data</artifactId>
<version>1.0.4</version> <version>1.1.0</version>
<name>Spatial data library</name> <name>Spatial data library</name>
<url>https://gitlab.utu.fi/tech/education/gui/spatial-data</url> <url>https://gitlab.utu.fi/tech/education/gui/spatial-data</url>
......
...@@ -110,4 +110,6 @@ public class Point2D implements Serializable { ...@@ -110,4 +110,6 @@ public class Point2D implements Serializable {
public String toString() { public String toString() {
return toPoint().toString(); return toPoint().toString();
} }
public static final Point2D origin = new Point2D(0,0);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment