Searched refs:setEyePoint (Results 1 – 3 of 3) sorted by relevance
95 public void setEyePoint(double[] mEyePoint) { in setEyePoint() method in Transform96 mViewMatrix.setEyePoint(mEyePoint); in setEyePoint()165 t.setEyePoint(mEyePoint); in main()
141 public void setEyePoint(double[] mEyePoint) { in setEyePoint() method in ViewMatrix216 v.setEyePoint(eye); in main()
206 mState1.mTransform.setEyePoint(p); in panMove()