COMMENT Matrix.invert

master
Mike Sierra 2013-10-09 16:13:57 -04:00
parent ee051acc89
commit e73df04538
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ function Matrix(a, b, c, d, e, f) {
this.f = out[1][2];
return this;
};
// SIERRA Matrix.invert(): Unclear what it means to invert a matrix.
/*\
* Matrix.invert
[ method ]