OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mat2d
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat2d.js
25
* @name
mat2d
28
* A
mat2d
contains six elements defined as:
42
var
mat2d
= {};
45
* Creates a new identity
mat2d
47
* @returns {
mat2d
} a new 2x3 matrix
49
mat2d
.create = function() {
61
* Creates a new
mat2d
initialized with values from an existing matrix
63
* @param {
mat2d
} a matrix to clone
64
* @returns {
mat2d
} a new 2x3 matrix
66
mat2d
.clone = function(a)
[
all
...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js
481
* Transforms the vec2 with a
mat2d
485
* @param {
mat2d
} m matrix to transform with
[
all
...]
Completed in 37 milliseconds