org.xmlcml.cml
Class Coordinate2

java.lang.Object
  |
  +--jumbo.euclid.Status
        |
        +--jumbo.euclid.Real2
              |
              +--org.xmlcml.cml.Coordinate2

public class Coordinate2
extends Real2

still under development - the DTD requires several attributes but it seems like overkill to start with


Fields inherited from class jumbo.euclid.Real2
x, y
 
Constructor Summary
Coordinate2(double x, double y)
           
 
Methods inherited from class jumbo.euclid.Real2
addPolygonOnLine, clear, dotProduct, elementAt, equals, getAngle, getAngle, getLength, getMidPoint, getUnitVector, getX, getY, makePoint, multiplyBy, negative, plus, setX, setY, sortAscending, sortDescending, subtract, swap, toString, transformBy
 
Methods inherited from class jumbo.euclid.Status
NYI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coordinate2

public Coordinate2(double x,
                   double y)