Searched defs:getAsArray (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DIMath.js51 sequence<float> getAsArray(); // return the matrix as an array of 16 floats
97 sequence<float> getAsArray(); // return the vector as an array of 3 floats
203 J3DIMatrix4.prototype.getAsArray = function()
220 return new Float32Array(this.getAsArray());
1006 J3DIVector3.prototype.getAsArray = function()
1013 return new Float32Array(this.getAsArray());

Completed in 58 milliseconds