Package curve.point
Class DPoint
java.lang.Object
curve.point.FCoords
curve.point.DPoint
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a line to a pointvoid
draw point on screen ??????(package private) static void
link to Log.mesvoid
moveBy
(int fx, int fy) move byvoid
moveTo
(int fx, int fy) repositioning - movetoboolean
does this point coincide with coordinate fx/fy?(package private) boolean
does this point coincide with argument point?(package private) boolean
does 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
-