Class Point2Point

  • Direct Known Subclasses:
    Point2Point.I

    public abstract class Point2Point
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Point2Point.I  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point2Point()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Point3D result​(Point3D p)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Point2Point

        public Point2Point()