Bug 52488 - Add a 4x4 Matrix class with mutable methods, accessible from JavaScript
Summary: Add a 4x4 Matrix class with mutable methods, accessible from JavaScript
Status: RESOLVED DUPLICATE of bug 50633
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 15:29 PST by Chris Marrin
Modified: 2011-10-24 15:05 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2011-01-14 15:29:26 PST
Today we have SVGMatrix and CSSMatrix. Both of these have immutable calls: they create a new matrix and return the results in that. This is the norm for DOM classes, but for a Matrix class that can add a lot of overhead, especially when many operations are done at frame rate, as in WebGL.

We should have a mutable Matrix class, which SVGMatrix and CSSMatrix can be derived from.
Comment 1 Simon Fraser (smfr) 2011-10-24 15:05:35 PDT

*** This bug has been marked as a duplicate of bug 50633 ***