Home
last modified time | relevance | path

Searched refs:PMatrix2D (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js2163 this.matrix = new p.PMatrix2D();
2167 }else if(dimensions === 3 && this.matrix instanceof p.PMatrix2D) {
3588 var PMatrix2D = p.PMatrix2D = function() { variable
3598 PMatrix2D.prototype = { class
3611 var outgoing = new PMatrix2D();
3701 if (arguments.length === 1 && arguments[0] instanceof PMatrix2D) {
3722 if (arguments.length === 1 && arguments[0] instanceof PMatrix2D) {
4155 tmpMatrix = new PMatrix2D();
4179 tmpMatrix = new PMatrix2D();
6469 modelView = new PMatrix2D();
[all …]