Uses of Class
com.jhlabs.vecmath.Point4f
-
Packages that use Point4f Package Description com.jhlabs.vecmath -
-
Uses of Point4f in com.jhlabs.vecmath
Methods in com.jhlabs.vecmath with parameters of type Point4f Modifier and Type Method Description float
Point4f. distance(Point4f p)
float
Point4f. distanceL1(Point4f p)
float
Point4f. distanceSquared(Point4f p)
Constructors in com.jhlabs.vecmath with parameters of type Point4f Constructor Description Point4f(Point4f t)
-