Uses of Class
com.jhlabs.vecmath.Point4f

Packages that use Point4f
com.jhlabs.vecmath   
 

Uses of Point4f in com.jhlabs.vecmath
 

Methods in com.jhlabs.vecmath with parameters of type Point4f
 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
Point4f(Point4f t)