org.jmat.gui.plotObjects
Class AbsoluteCoord

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Coord
        |
        +--org.jmat.gui.plotObjects.AbsoluteCoord
All Implemented Interfaces:
CommandLinePrintable

public class AbsoluteCoord
extends Coord


Field Summary
 
Fields inherited from class org.jmat.gui.plotObjects.Coord
plotCoord, screenCoord
 
Constructor Summary
AbsoluteCoord(double[] pC, int[] sC)
           
 
Method Summary
static AbsoluteCoord barycenter(Coord A, double p1, Coord B, double p2)
           
 
Methods inherited from class org.jmat.gui.plotObjects.Coord
getPlotCoordCopy, getScreenCoordCopy, setPlotCoord, setScreenCoord, toCommandLine, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbsoluteCoord

public AbsoluteCoord(double[] pC,
                     int[] sC)
Method Detail

barycenter

public static AbsoluteCoord barycenter(Coord A,
                                       double p1,
                                       Coord B,
                                       double p2)