diff options
author | Andy McFadden <fadden@android.com> | 2013-06-21 14:43:19 -0700 |
---|---|---|
committer | Andy McFadden <fadden@android.com> | 2013-06-21 14:49:23 -0700 |
commit | 043d13ad4b67b57fa8ba1fa35f48ff5bcc0f0141 (patch) | |
tree | b5476841ce34bf98d43de7b819b06e2223f64717 /opengl/java/com/google/android/gles_jni | |
parent | e36b93575f14239ff38ea8b71e39e41b0312326b (diff) | |
download | frameworks_base-043d13ad4b67b57fa8ba1fa35f48ff5bcc0f0141.zip frameworks_base-043d13ad4b67b57fa8ba1fa35f48ff5bcc0f0141.tar.gz frameworks_base-043d13ad4b67b57fa8ba1fa35f48ff5bcc0f0141.tar.bz2 |
Minor fixes to android.opengl.Matrix
This has a minor API change: deprecation of the nullary constructor.
The class is entirely composed of static methods, and was written
without a constructor, but the compiler dutifully generated a
default implementation and the API tool slurped it up.
The other changes are to the documentation:
- Added warnings about the use of overlapping input and output
on certain methods.
- Fixed a few inaccuracies (e.g. transposeM() returns a transposed
matrix, not an inverted matrix).
- Tidied up the formatting.
- Generally placated the consistency hobgoblins.
Bug 8868762
Change-Id: Ie3f86b98c477d8dc82d9dcaa311959bd4d191359
Diffstat (limited to 'opengl/java/com/google/android/gles_jni')
0 files changed, 0 insertions, 0 deletions