Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js2165 this.matrix = new p.PMatrix3D();
2168 this.matrix = new p.PMatrix3D();
3770 var PMatrix3D = p.PMatrix3D = function PMatrix3D() { variable
3775 PMatrix3D.prototype = { class
3779 } else if (arguments.length === 1 && arguments[0] instanceof PMatrix3D) {
3786 var outgoing = new PMatrix3D();
3873 if (arguments.length === 1 && arguments[0] instanceof PMatrix3D) {
3897 if (arguments.length === 1 && arguments[0] instanceof PMatrix3D) {
3944 inverseCopy = new PMatrix3D();
4153 tmpMatrix = new PMatrix3D();
[all …]