Uses of Class
com.jhlabs.vecmath.Tuple4f
-
Packages that use Tuple4f Package Description com.jhlabs.vecmath -
-
Uses of Tuple4f in com.jhlabs.vecmath
Subclasses of Tuple4f in com.jhlabs.vecmath Modifier and Type Class Description class
Color4f
Vector math package, converted to look similar to javax.vecmath.class
Point4f
Vector math package, converted to look similar to javax.vecmath.class
Quat4f
Vector math package, converted to look similar to javax.vecmath.class
Vector4f
Vector math package, converted to look similar to javax.vecmath.Methods in com.jhlabs.vecmath with parameters of type Tuple4f Modifier and Type Method Description void
Tuple4f. absolute(Tuple4f t)
void
Tuple4f. add(Tuple4f t)
void
Tuple4f. add(Tuple4f t1, Tuple4f t2)
void
Tuple4f. get(Tuple4f t)
void
Tuple4f. interpolate(Tuple4f t, float alpha)
void
Tuple4f. negate(Tuple4f t)
void
Tuple4f. set(Tuple4f t)
void
Tuple4f. sub(Tuple4f t)
void
Tuple4f. sub(Tuple4f t1, Tuple4f t2)
Constructors in com.jhlabs.vecmath with parameters of type Tuple4f Constructor Description Color4f(Tuple4f t)
Point4f(Tuple4f t)
Quat4f(Tuple4f t)
Tuple4f(Tuple4f t)
Vector4f(Tuple4f t)
-