Uses of Class
curve.point.DPoint
Package
Description
-
Uses of DPoint in curve.control
Modifier and TypeMethodDescription(package private) static void
Mover.logPointArray
(String z, DPoint[] pa) log point arrayprivate void
Mover.setDirtyAreas
(DPoint p) set dirty areas -
Uses of DPoint in curve.io
Modifier and TypeMethodDescription(package private) static void
Key.logPointArray
(String z, DPoint[] pa) log point array -
Uses of DPoint in curve.line
Modifier and TypeFieldDescriptionDPoint[]
Line.points
the control points for this curve????????(package private) DPoint
CubicLine.pp1
pp1(package private) DPoint
QuadLine.pp1
pp1(package private) DPoint
CubicLine.pp2
pp2(package private) DPoint
QuadLine.pp2
pp2(package private) DPoint
CubicLine.pp3
pp3(package private) DPoint
QuadLine.pp3
pp3(package private) DPoint
CubicLine.pp4
pp4(package private) DPoint
CubicLine.pp5
pp5(package private) DPoint
CubicLine.pp6
pp6Modifier and TypeMethodDescriptionCubicLine.getEnd()
Get the last point in this curveCurvedLine.getEnd()
Get the last point in this curveQuadLine.getEnd()
Get the last point in this curveCubicLine.getStart()
Get the first point in this curveCurvedLine.getStart()
Get the first point in this curveQuadLine.getStart()
Get the first point in this curveModifierConstructorDescriptionconstruct a typical curveconstruct a typical curve called from interpreter.drawLCCurvedLine
(DPoint[] points, Board board, Tr t) construct a typical curveCurvedLine
(DPoint[] points, String sid, Tr t) called from interpreterconstruct a lineconstructorconstruct a typical curveconstruct a quad curve -
Uses of DPoint in curve.panel
-
Uses of DPoint in curve.point
Modifier and TypeClassDescriptionclass
need to number points so can see whether sharedclass
The control points used by bezier curves todo: need to number points so can see whether sharedclass
D Point With IDclass
need to number points so can see whether sharedModifier and TypeMethodDescriptionDPoint.rotateOver
(DPoint o, double angle) rotate this point w.r.t.Modifier and TypeMethodDescription(package private) boolean
does this point coincide with argument point?DPoint.rotateOver
(DPoint o, double angle) rotate this point w.r.t. -
Uses of DPoint in curve.popup
Modifier and TypeMethodDescription(package private) static void
MoverPopupMenu.logPointArray
(String z, DPoint[] pa) log point array -
Uses of DPoint in curve.stitch
-
Uses of DPoint in curve.u
Modifier and TypeMethodDescription(package private) static void
U.drawBoundingBox
(Graphics g, DPoint[] p, Tr t) Draw a bounding boxstatic double
geDiststatic DPoint
plerpstatic void
plerp Precise method which guarantees v = v1 when t = 1.