computational.geometry.meshgeneration
Class BasicEdge

java.lang.Object
  extended by computational.geometry.meshgeneration.BasicEdge
Direct Known Subclasses:
PolygonEdge

public class BasicEdge
extends java.lang.Object


Constructor Summary
BasicEdge()
           
BasicEdge(MyPoint P1, MyPoint P2)
           
 
Method Summary
 MyPoint getP1()
           
 MyPoint getP2()
           
 boolean setP(MyPoint P1, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicEdge

public BasicEdge()

BasicEdge

public BasicEdge(MyPoint P1,
                 MyPoint P2)
Method Detail

getP1

public MyPoint getP1()

getP2

public MyPoint getP2()

setP

public boolean setP(MyPoint P1,
                    int i)