JavaXT
|
|
Points ClassUsed to manage an array of points (Point)
Constructors Points( )
Public MethodsaddPoint( double x, double y ) returns Point[] Used to append a point to an array of points addPoints( Points points ) returns Point[] Used to append a point or multiple points to an array of points. addPoints( Point[] arr ) returns Point[] Used to append a point or multiple points to an array of points. toString( String CoordinateSeparator, String TupleSeparator ) returns String Used to convert a line to a String |