Bug 52488

Summary: Add a 4x4 Matrix class with mutable methods, accessible from JavaScript
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: naiem.shaik, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Chris Marrin
Reported 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.
Attachments
Simon Fraser (smfr)
Comment 1 2011-10-24 15:05:35 PDT
*** This bug has been marked as a duplicate of bug 50633 ***
Note You need to log in before you can comment on or make changes to this bug.