OSDN Git Service

Minor fixes to android.opengl.Matrix
authorAndy McFadden <fadden@android.com>
Fri, 21 Jun 2013 21:43:19 +0000 (14:43 -0700)
committerAndy McFadden <fadden@android.com>
Fri, 21 Jun 2013 21:49:23 +0000 (14:49 -0700)
commit043d13ad4b67b57fa8ba1fa35f48ff5bcc0f0141
treeb5476841ce34bf98d43de7b819b06e2223f64717
parente36b93575f14239ff38ea8b71e39e41b0312326b
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
api/current.txt
opengl/java/android/opengl/Matrix.java