Uses of Class
org.meteoinfo.image.vecmath.Vector3f
-
Packages that use Vector3f Package Description org.meteoinfo.image.filter org.meteoinfo.image.vecmath -
-
Uses of Vector3f in org.meteoinfo.image.filter
Methods in org.meteoinfo.image.filter with parameters of type Vector3f Modifier and Type Method Description protected Color4fLightFilter. phongShade(Vector3f position, Vector3f viewpoint, Vector3f normal, Color4f diffuseColor, Color4f specularColor, LightFilter.Material material, LightFilter.Light[] lightsArray) -
Uses of Vector3f in org.meteoinfo.image.vecmath
Methods in org.meteoinfo.image.vecmath with parameters of type Vector3f Modifier and Type Method Description floatVector3f. angle(Vector3f v)voidVector3f. cross(Vector3f v1, Vector3f v2)floatVector3f. dot(Vector3f v)voidMatrix4f. setTranslation(Vector3f v)voidMatrix4f. transform(Vector3f v)Constructors in org.meteoinfo.image.vecmath with parameters of type Vector3f Constructor Description AxisAngle4f(Vector3f v, float angle)Vector3f(Vector3f t)
-