android.opengl
Class GLU

java.lang.Object
  extended by android.opengl.GLU

public class GLU
extends Object


Constructor Summary
GLU()
           
 
Method Summary
static String gluErrorString(int error)
           
static void gluLookAt(javax.microedition.khronos.opengles.GL10 gl, float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ)
           
static void gluOrtho2D(javax.microedition.khronos.opengles.GL10 gl, float left, float right, float bottom, float top)
           
static void gluPerspective(javax.microedition.khronos.opengles.GL10 gl, float fovy, float aspect, float zNear, float zFar)
           
static int gluProject(float objX, float objY, float objZ, float[] model, int modelOffset, float[] project, int projectOffset, int[] view, int viewOffset, float[] win, int winOffset)
           
static int gluUnProject(float winX, float winY, float winZ, float[] model, int modelOffset, float[] project, int projectOffset, int[] view, int viewOffset, float[] obj, int objOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLU

public GLU()
Method Detail

gluErrorString

public static String gluErrorString(int error)

gluLookAt

public static void gluLookAt(javax.microedition.khronos.opengles.GL10 gl,
                             float eyeX,
                             float eyeY,
                             float eyeZ,
                             float centerX,
                             float centerY,
                             float centerZ,
                             float upX,
                             float upY,
                             float upZ)

gluOrtho2D

public static void gluOrtho2D(javax.microedition.khronos.opengles.GL10 gl,
                              float left,
                              float right,
                              float bottom,
                              float top)

gluPerspective

public static void gluPerspective(javax.microedition.khronos.opengles.GL10 gl,
                                  float fovy,
                                  float aspect,
                                  float zNear,
                                  float zFar)

gluProject

public static int gluProject(float objX,
                             float objY,
                             float objZ,
                             float[] model,
                             int modelOffset,
                             float[] project,
                             int projectOffset,
                             int[] view,
                             int viewOffset,
                             float[] win,
                             int winOffset)

gluUnProject

public static int gluUnProject(float winX,
                               float winY,
                               float winZ,
                               float[] model,
                               int modelOffset,
                               float[] project,
                               int projectOffset,
                               int[] view,
                               int viewOffset,
                               float[] obj,
                               int objOffset)


Copyright © 2008-2010. All Rights Reserved.