Uses of Class
org.meteoinfo.image.vecmath.Tuple3f
-
Packages that use Tuple3f Package Description org.meteoinfo.image.vecmath -
-
Uses of Tuple3f in org.meteoinfo.image.vecmath
Subclasses of Tuple3f in org.meteoinfo.image.vecmath Modifier and Type Class Description classPoint3fVector math package, converted to look similar to javax.vecmath.classVector3fVector math package, converted to look similar to javax.vecmath.Methods in org.meteoinfo.image.vecmath with parameters of type Tuple3f Modifier and Type Method Description voidTuple3f. absolute(Tuple3f t)voidTuple3f. add(Tuple3f t)voidTuple3f. add(Tuple3f t1, Tuple3f t2)voidTuple3f. get(Tuple3f t)voidTuple3f. interpolate(Tuple3f t, float alpha)voidTuple3f. negate(Tuple3f t)voidTuple3f. scaleAdd(float s, Tuple3f t)voidTuple3f. scaleAdd(float s, Tuple3f t1, Tuple3f t2)voidTuple3f. set(Tuple3f t)voidTuple3f. sub(Tuple3f t)voidTuple3f. sub(Tuple3f t1, Tuple3f t2)Constructors in org.meteoinfo.image.vecmath with parameters of type Tuple3f Constructor Description Point3f(Tuple3f t)Tuple3f(Tuple3f t)Vector3f(Tuple3f t)
-