Table of Contents

Class GLU

Namespace
Android.Opengl
Assembly
MASES.Netdroid.dll
public class GLU : JVMBridgeBase<GLU>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
GLU
Implements
Extension Methods

Constructors

GLU()

public GLU()

GLU(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GLU(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for GLU()

public static GLU CreatePoolableInstance()

Returns

GLU

GluErrorString(int)

public static String GluErrorString(int arg0)

Parameters

arg0 int

int

Returns

String

String

GluLookAt(GL10, float, float, float, float, float, float, float, float, float)

public static void GluLookAt(GL10 arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9)

Parameters

arg0 GL10

GL10

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

arg5 float

float

arg6 float

float

arg7 float

float

arg8 float

float

arg9 float

float

GluOrtho2D(GL10, float, float, float, float)

public static void GluOrtho2D(GL10 arg0, float arg1, float arg2, float arg3, float arg4)

Parameters

arg0 GL10

GL10

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

GluPerspective(GL10, float, float, float, float)

public static void GluPerspective(GL10 arg0, float arg1, float arg2, float arg3, float arg4)

Parameters

arg0 GL10

GL10

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

GluProject(float, float, float, float[], int, float[], int, int[], int, float[], int)

public static int GluProject(float arg0, float arg1, float arg2, float[] arg3, int arg4, float[] arg5, int arg6, int[] arg7, int arg8, float[] arg9, int arg10)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float[]

float

arg4 int

int

arg5 float[]

float

arg6 int

int

arg7 int[]

int

arg8 int

int

arg9 float[]

float

arg10 int

int

Returns

int

int

GluUnProject(float, float, float, float[], int, float[], int, int[], int, float[], int)

public static int GluUnProject(float arg0, float arg1, float arg2, float[] arg3, int arg4, float[] arg5, int arg6, int[] arg7, int arg8, float[] arg9, int arg10)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float[]

float

arg4 int

int

arg5 float[]

float

arg6 int

int

arg7 int[]

int

arg8 int

int

arg9 float[]

float

arg10 int

int

Returns

int

int