Android.Opengl.GLU Members

The members of Android.Opengl.GLU are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

GLU()

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.