Searched refs:vec4f (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix4f.java1367 * matrix. The results are stored directly in the array. (vec4f x mat4f)
1369 * @param vec4f
1371 * @return the vec4f for chaining.
1373 public float[] mult(float[] vec4f) { argument
1374 if (null == vec4f || vec4f.length != 4) {
1379 float x = vec4f[0], y = vec4f[1], z = vec4f[2], w = vec4f[
1397 multAcross(float[] vec4f) argument
[all...]

Completed in 147 milliseconds