[TIMOB-9872] MobileWeb: Ti.UI.3DMatrix implementation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-06-26T19:12:53.000+0000 |
| Affected Version/s | Release 2.1.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-07-03T16:05:37.000+0000 |
| Updated | 2018-04-04T23:20:19.000+0000 |
Description
Mobile web needs the 3DMatrix implementation.
Extends Evented
Properties
* m11
* m12
* m13
* m14
* m21
* m22
* m23
* m24
* m31
* m32
* m33
* m34
* m41
* m42
* m43
* m44
Methods
* 3DMatrix invert()
* 3DMatrix multiply(3DMatrix)
* 3DMatrix rotate(angle, x, y, z)
* 3DMatrix scale(x, y, z)
* 3DMatrix translate(x, y, z)
I've started working on this. The code is in my feature branch: https://github.com/cb1kenobi/titanium_mobile/tree/timob-9872.
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.