diff options
author | Ricardo Loo <rloo@google.com> | 2017-02-06 20:49:49 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-02-06 20:49:49 +0000 |
commit | 94122af913332454ca6c76531009c74ace3d2247 (patch) | |
tree | ed76a4dad20b5df8329e35d786335a128d5c4329 /opengl/java | |
parent | a09e108f652f45e9c34bc73160414d7b87c99881 (diff) | |
parent | cb6a5fc0f3c349f660f1cbacd48b15fe1ab17d48 (diff) |
docs: Update gluUnProject parameter description. am: 232c4900ac
am: cb6a5fc0f3
Change-Id: Ied7be460f12d29dd1ce77be724c11b78e2179293
Diffstat (limited to 'opengl/java')
-rw-r--r-- | opengl/java/android/opengl/GLU.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/GLU.java b/opengl/java/android/opengl/GLU.java index ed6455689e44..ef9bf16747a4 100644 --- a/opengl/java/android/opengl/GLU.java +++ b/opengl/java/android/opengl/GLU.java @@ -203,8 +203,8 @@ public class GLU { * @param view the current view, {x, y, width, height} * @param viewOffset the offset into the view array where the view vector * data starts. - * @param obj the output vector {objX, objY, objZ}, that returns the - * computed object coordinates. + * @param obj the output vector {objX, objY, objZ, objW}, that returns the + * computed homogeneous object coordinates. * @param objOffset the offset into the obj array where the obj vector data * starts. * @return A return value of GL10.GL_TRUE indicates success, a return value |