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