Uses of Class
org.meteoinfo.image.vecmath.Tuple4f
-
Packages that use Tuple4f Package Description org.meteoinfo.image.vecmath -
-
Uses of Tuple4f in org.meteoinfo.image.vecmath
Subclasses of Tuple4f in org.meteoinfo.image.vecmath Modifier and Type Class Description classColor4fVector math package, converted to look similar to javax.vecmath.classPoint4fVector math package, converted to look similar to javax.vecmath.classQuat4fVector math package, converted to look similar to javax.vecmath.classVector4fVector math package, converted to look similar to javax.vecmath.Methods in org.meteoinfo.image.vecmath with parameters of type Tuple4f Modifier and Type Method Description voidTuple4f. absolute(Tuple4f t)voidTuple4f. add(Tuple4f t)voidTuple4f. add(Tuple4f t1, Tuple4f t2)voidTuple4f. get(Tuple4f t)voidTuple4f. interpolate(Tuple4f t, float alpha)voidTuple4f. negate(Tuple4f t)voidTuple4f. set(Tuple4f t)voidTuple4f. sub(Tuple4f t)voidTuple4f. sub(Tuple4f t1, Tuple4f t2)Constructors in org.meteoinfo.image.vecmath with parameters of type Tuple4f Constructor Description Color4f(Tuple4f t)Point4f(Tuple4f t)Quat4f(Tuple4f t)Tuple4f(Tuple4f t)Vector4f(Tuple4f t)
-