math.geom2d
Class ColinearPointsException

Package class diagram package ColinearPointsException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by math.geom2d.ColinearPointsException
All Implemented Interfaces:
Serializable

public class ColinearPointsException
extends RuntimeException

Author:
dlegland
See Also:
Serialized Form

Field Summary
protected  Point2D p1
           
protected  Point2D p2
           
protected  Point2D p3
           
 
Constructor Summary
ColinearPointsException(Point2D p1, Point2D p2, Point2D p3)
           
 
Method Summary
 Point2D getP1()
           
 Point2D getP2()
           
 Point2D getP3()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

p1

protected Point2D p1

p2

protected Point2D p2

p3

protected Point2D p3
Constructor Detail

ColinearPointsException

public ColinearPointsException(Point2D p1,
                               Point2D p2,
                               Point2D p3)
Method Detail

getP1

public Point2D getP1()

getP2

public Point2D getP2()

getP3

public Point2D getP3()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.