Class P


  • public class P
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Class<Representable> p  
    • Constructor Summary

      Constructors 
      Constructor Description
      P()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Point3D n​(double a, double b, double c)  
      static Point3D n​(int a, int b, int c)  
      • Methods inherited from class java.lang.Object

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

      • P

        public P()
    • Method Detail

      • n

        public static final Point3D n​(double a,
                                      double b,
                                      double c)
      • n

        public static final Point3D n​(int a,
                                      int b,
                                      int c)