Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1209 inverseCopy,
3943 if (inverseCopy === undef) {
3944 inverseCopy = new PMatrix3D(); variable in PMatrix3D
3947 inverseCopy.set(a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8],
3950 if (!inverseCopy.invert()) {
3953 this.preApply(inverseCopy);