Searched defs:setEyePoint (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java95 public void setEyePoint(double[] mEyePoint) { method in class:Transform
96 mViewMatrix.setEyePoint(mEyePoint);
165 t.setEyePoint(mEyePoint);
H A DViewMatrix.java141 public void setEyePoint(double[] mEyePoint) { method in class:ViewMatrix
216 v.setEyePoint(eye);

Completed in 8 milliseconds