Searched defs:upVector (Results 1 – 4 of 4) sorted by relevance
33 public ConeModelMatrixCalculator(int toRotate, float[] upVector) { in ConeModelMatrixCalculator()
107 float[] upVector = getUpVector(mCameraPreviewRotation); in resetViewMatrix() local260 float [] upVector = new float[MathsUtils.VECTOR_3D]; in getUpVector() local
51 public RingRenderable(float[] position, float[] rotation, float[] upVector) { in RingRenderable()
54 public ConeRenderable(int toRotate, float[] upVector) { in ConeRenderable()