Package one.empty3.library
Class P
- java.lang.Object
-
- one.empty3.library.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)
-
-
-
Field Detail
-
p
public static java.lang.Class<Representable> p
-
-