ProGAL.geom2d.delaunay
Class Vertex

java.lang.Object
  extended by ProGAL.geomNd.Point
      extended by ProGAL.geom2d.Point
          extended by ProGAL.geom2d.delaunay.Vertex
All Implemented Interfaces:
java.io.Serializable

public class Vertex
extends Point

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ProGAL.geom2d.Point
origo
 
Method Summary
 boolean onBoundary()
           
 java.lang.String toString()
           
 
Methods inherited from class ProGAL.geom2d.Point
add, add, addThis, addThis, addThis, area, clone, collinear, equals, equals, getBisector, getDistance, getSignedAngle, getSquaredDistance, getSquaredDistance, getSquaredDistance, inCircle, leftTurn, main, midPoint, polarAngle, polarAngleCos, polarAngleSin, rightTurn, rotation, rotation, rotation, rotationClone, subtract, subtractThis, subtractThis, toScene, vectorTo, x, y
 
Methods inherited from class ProGAL.geomNd.Point
addThis, distance, distance, distanceSquared, distanceSquared, distanceSquaredXY, distanceXY, dot, get, getAngle, getCoord, getCoords, getDimensions, getMidpoint, multiplyThis, polarAngleCosXY, polarAngleSinXY, polarAngleXY, set, set, setCoord, setCoord, toConsole, toConsole, toString, toVector, vectorTo
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

onBoundary

public boolean onBoundary()

toString

public java.lang.String toString()
Overrides:
toString in class Point