Uses of Class
com.jhlabs.vecmath.Vector3f

Packages that use Vector3f
com.jhlabs.image   
com.jhlabs.vecmath   
 

Uses of Vector3f in com.jhlabs.image
 

Methods in com.jhlabs.image with parameters of type Vector3f
protected  Color4f LightFilter.phongShade(Vector3f position, Vector3f viewpoint, Vector3f normal, Color4f diffuseColor, Color4f specularColor, LightFilter.Material material, LightFilter.Light[] lightsArray)
           
 

Uses of Vector3f in com.jhlabs.vecmath
 

Methods in com.jhlabs.vecmath with parameters of type Vector3f
 float Vector3f.angle(Vector3f v)
           
 void Vector3f.cross(Vector3f v1, Vector3f v2)
           
 float Vector3f.dot(Vector3f v)
           
 void Matrix4f.setTranslation(Vector3f v)
           
 void Matrix4f.transform(Vector3f v)
           
 

Constructors in com.jhlabs.vecmath with parameters of type Vector3f
AxisAngle4f(Vector3f v, float angle)
           
Vector3f(Vector3f t)