Android.Opengl.GLU: Method Members

The methods of Android.Opengl.GLU are listed below. For a list of all members, see the GLU Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
GluErrorString(int) : string
Return an error string from a GL or GLU error code.
static
GluLookAt(Javax.Microedition.Khronos.Opengles.IGL10, float, float, float, float, float, float, float, float, float)
Define a viewing transformation in terms of an eye point, a center of view, and an up vector.
static
GluOrtho2D(Javax.Microedition.Khronos.Opengles.IGL10, float, float, float, float)
Set up a 2D orthographic projection matrix
static
GluPerspective(Javax.Microedition.Khronos.Opengles.IGL10, float, float, float, float)
Set up a perspective projection matrix
static
GluProject(float, float, float, float[], int, float[], int, int[], int, float[], int) : int
Map object coordinates into window coordinates. gluProject transforms the specified object coordinates into window coordinates using model, proj, and view.
static
GluUnProject(float, float, float, float[], int, float[], int, int[], int, float[], int) : int
Map window coordinates to object coordinates. gluUnProject maps the specified window coordinates into object coordinates using model, proj, and view.