Added ZERO.

This commit is contained in:
Michael Bayne
2011-07-07 16:08:24 -07:00
parent 3206fde292
commit ede16ab724
+3
View File
@@ -9,6 +9,9 @@ package pythagoras.f;
*/ */
public class Points public class Points
{ {
/** The point at the origin. */
public static final IPoint ZERO = new Point(0f, 0f);
/** /**
* Returns the squared Euclidean distance between the specified two points. * Returns the squared Euclidean distance between the specified two points.
*/ */