Uses of Class
com.quinncurtis.chart3djava.GroupPoint3D

Uses of GroupPoint3D in com.quinncurtis.chart3djava
 

Subclasses of GroupPoint3D in com.quinncurtis.chart3djava
 class GroupPoint2D
          The GroupPoint2D class defines a point representing a location in (x,y) coordinate space.
 

Methods in com.quinncurtis.chart3djava with parameters of type GroupPoint3D
 int GroupDataset.addGroupDataPoints(GroupPoint3D xy)
          This method adds a new xy point to a dataset, increasing its size by one.
 double GroupPoint3D.distance(GroupPoint3D pt, int groupindex)
          Returns the distance from this GroupPoint3D to a specified GroupPoint3D.
 double GroupPoint3D.distanceSq(GroupPoint3D pt, int groupindex)
          Returns the square of the distance between the specified point and the current point.
 int GroupDataset.insertGroupDataPoints(GroupPoint3D xyvalue, int insertpoint)
          Insert a data point at the specified location, increasing the size of the dataset by one.
 void GroupPoint3D.setLocation(GroupPoint3D p)
          Sets the location of this GroupPoint3D to the specified coordinates.
 

Constructors in com.quinncurtis.chart3djava with parameters of type GroupPoint3D
GroupPoint3D(GroupPoint3D p)
          Constructs and initializes a GroupPoint3D with the specified coordinates.