Package curve.point
Class DPoint
java.lang.Object
curve.point.FCoords
curve.point.DPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a line to a pointvoiddraw point on screen ??????(package private) static voidlink to Log.mesvoidmoveBy(int fx, int fy) move byvoidmoveTo(int fx, int fy) repositioning - movetobooleandoes this point coincide with coordinate fx/fy?(package private) booleandoes this point coincide with argument point?(package private) booleandoes this point coincide with argument point?rotateOver(DPoint o, double angle) rotate this point w.r.t.
-
Field Details
-
zz
zz -
debug
public static boolean debugdebug
-
-
Constructor Details
-
DPoint
-
DPoint
-
-
Method Details
-
log
-
addCurve
Add a line to a point
- Parameters:
line- - line to connect to this point
-
moveTo
public void moveTo(int fx, int fy) repositioning - moveto
- Parameters:
fx- -fy- -
-
moveBy
public void moveBy(int fx, int fy) move by
- Parameters:
fx- -fy- -
-
rotateOver
-
over
does this point coincide with coordinate fx/fy?
- Parameters:
fx- -fy- -t- -- Returns:
- true if over point
-
over1
does this point coincide with argument point?
- Parameters:
bx- -by- -delta- -t- -- Returns:
- true if coords over this point
-
over
-
draw
-