Like this:
print: function() {
console.table([
[this.elements[0], this.elements[4], this.elements[8], this.elements[12]],
[this.elements[1], this.elements[5], this.elements[9], this.elements[13]],
[this.elements[2], this.elements[6], this.elements[10], this.elements[14]],
[this.elements[3], this.elements[7], this.elements[11], this.elements[15]],
])
}
I personally very need this assistant function and not found yet.
TBH, I do not vote to add such debugging features to math classes.
@gonnavis See https://github.com/spite/THREE.AugmentedConsole.js.
Most helpful comment
@gonnavis See https://github.com/spite/THREE.AugmentedConsole.js.