Package | Description |
---|---|
org.zimowski.bambi.jhlabs.vecmath |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Color4f(Tuple4f t) |
Point4f(Tuple4f t) |
Quat4f(Tuple4f t) |
Tuple4f(Tuple4f t) |
Vector4f(Tuple4f t) |
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.