Package org.sunflow.math
Class Point2
- java.lang.Object
-
- org.sunflow.math.Point2
-
public final class Point2 extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point2
set(float x, float y)
Point2
set(Point2 p)
java.lang.String
toString()
-
-
-
Constructor Detail
-
Point2
public Point2()
-
Point2
public Point2(float x, float y)
-
Point2
public Point2(Point2 p)
-
-