Re: [fxtf-drafts] [geometry] Consider using Typed Arrays for matrices and static transform operations

Another option is to make a new constructor to DOMMatrix that takes a Float64Array or Float32Array, and spec it to use that typed array as the backing store. e.g. multiplications in-place would update that array, the implementation would use it internally, and accessors like m11 etc would mutate that typed array.

It does seem to be the case that we could add support for typed array-backed methods in the future.

-- 
GitHub Notification of comment by chrishtr
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/123#issuecomment-292255189 using your GitHub account

Received on Thursday, 6 April 2017 17:53:20 UTC