math.geom2d
Class ColinearPointsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
math.geom2d.ColinearPointsException
- All Implemented Interfaces:
- Serializable
public class ColinearPointsException
- extends RuntimeException
- Author:
- dlegland
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
p1
protected Point2D p1
p2
protected Point2D p2
p3
protected Point2D p3
ColinearPointsException
public ColinearPointsException(Point2D p1,
Point2D p2,
Point2D p3)
getP1
public Point2D getP1()
getP2
public Point2D getP2()
getP3
public Point2D getP3()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.