|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.graphics.rt.util.Util
Constructor Summary | |
Util()
|
Method Summary | |
static void |
generatePerturbationVector(Vector3f axis,
float u,
float v,
Vector3f res)
generate a peturbed vector around axis, leaving the result in res. |
static Matrix4f[] |
interpolate(int size,
Matrix4f[] input)
generate an array of size matrices based on the interpolated values in the input matrix array. |
static float |
triWave(float x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Util()
Method Detail |
public static void generatePerturbationVector(Vector3f axis, float u, float v, Vector3f res)
public static Matrix4f[] interpolate(int size, Matrix4f[] input)
public static float triWave(float x)
|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |