|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sunflow.math.Point2
public final class Point2
Field Summary | |
---|---|
float |
x
|
float |
y
|
Constructor Summary | |
---|---|
Point2()
|
|
Point2(float x,
float y)
|
|
Point2(Point2 p)
|
Method Summary | |
---|---|
Point2 |
set(float x,
float y)
|
Point2 |
set(Point2 p)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public float x
public float y
Constructor Detail |
---|
public Point2()
public Point2(float x, float y)
public Point2(Point2 p)
Method Detail |
---|
public final Point2 set(float x, float y)
public final Point2 set(Point2 p)
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |