Uses of Class
bookExamples.ch26Graphics.Points

Packages that use Points
bookExamples.ch26Graphics   
gui.run   
ip.transforms   
j2d.edge   
j3d.polyViewer.vec3   
math.approximations   
 

Uses of Points in bookExamples.ch26Graphics
 

Methods in bookExamples.ch26Graphics that return Points
static Points Points.getDemoPoints()
           
 Points GeneralFunctionDemo.getValue()
           
 Points GeneralPathDemo.getValue()
           
 

Uses of Points in gui.run
 

Methods in gui.run that return Points
 Points RunMouseProcessor.getValue()
           
 Points RunMouseInsertProcessor.getValue()
           
 

Uses of Points in ip.transforms
 

Methods in ip.transforms that return Points
static Points GeometryUtils.getNextPoints(java.awt.Point p1, java.awt.Point p2)
          grabs a few points in the general direction
 

Uses of Points in j2d.edge
 

Methods in j2d.edge that return Points
 Points DiffractionPointRangeData.getRangeData(int frameNumber)
           
 

Methods in j2d.edge with parameters of type Points
 void DiffractionPointRangeData.add(Points p)
          Add range data for one image.
 

Uses of Points in j3d.polyViewer.vec3
 

Methods in j3d.polyViewer.vec3 that return Points
 Points RandomPoints.getRangePoints()
           
 Points HeightFieldRangePoints.getRangePoints()
           
 Points PolarRangePoints.getRangePoints()
           
 Points RandomPoints.getRangePoints(double theta)
           
 Points HeightFieldRangePoints.getRangePoints(double theta)
           
 Points PolarRangePoints.getRangePoints(double theta)
           
 

Uses of Points in math.approximations
 

Constructors in math.approximations with parameters of type Points
CubicSpline(Points p)
          Input the Points so that they are sorted by x in increasing or decreasing value;