libgdx API

Serialized Form


Package com.badlogic.gdx.backends.lwjgl

Class com.badlogic.gdx.backends.lwjgl.LwjglApplet extends java.applet.Applet implements Serializable

Serialized Fields

canvas

java.awt.Canvas canvas

app

LwjglApplication app

Package com.badlogic.gdx.math

Class com.badlogic.gdx.math.CatmullRomSpline extends java.lang.Object implements Serializable

serialVersionUID: -3290464799289771451L

Serialized Fields

controlPoints

java.util.List<E> controlPoints

T1

Vector3 T1

T2

Vector3 T2

Class com.badlogic.gdx.math.Circle extends java.lang.Object implements Serializable

Serialized Fields

x

float x

y

float y

radius

float radius

Class com.badlogic.gdx.math.Matrix3 extends java.lang.Object implements Serializable

serialVersionUID: 7907569533774959788L

Serialized Fields

vals

float[] vals

tmp

float[] tmp

Class com.badlogic.gdx.math.Matrix4 extends java.lang.Object implements Serializable

serialVersionUID: -2717655254359579617L

Serialized Fields

tmp

float[] tmp

val

float[] val

Class com.badlogic.gdx.math.Plane extends java.lang.Object implements Serializable

serialVersionUID: -1240652082930747866L

Serialized Fields

normal

Vector3 normal

d

float d

Class com.badlogic.gdx.math.Quaternion extends java.lang.Object implements Serializable

serialVersionUID: -7661875440774897168L

Serialized Fields

x

float x

y

float y

z

float z

w

float w

Class com.badlogic.gdx.math.Rectangle extends java.lang.Object implements Serializable

serialVersionUID: 5733252015138115702L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

Class com.badlogic.gdx.math.Vector2 extends java.lang.Object implements Serializable

serialVersionUID: 913902788239530931L

Serialized Fields

x

float x
the x-component of this vector


y

float y
the y-component of this vector

Class com.badlogic.gdx.math.Vector3 extends java.lang.Object implements Serializable

serialVersionUID: 3840054589595372522L

Serialized Fields

x

float x
the x-component of this vector


y

float y
the x-component of this vector


z

float z
the x-component of this vector


Package com.badlogic.gdx.math.collision

Class com.badlogic.gdx.math.collision.BoundingBox extends java.lang.Object implements Serializable

serialVersionUID: -1286036817192127343L

Serialized Fields

crn

Vector3[] crn

min

Vector3 min

max

Vector3 max

cnt

Vector3 cnt

dim

Vector3 dim

crn_dirty

boolean crn_dirty

Class com.badlogic.gdx.math.collision.Ray extends java.lang.Object implements Serializable

serialVersionUID: -620692054835390878L

Serialized Fields

origin

Vector3 origin

direction

Vector3 direction

Class com.badlogic.gdx.math.collision.Segment extends java.lang.Object implements Serializable

serialVersionUID: 2739667069736519602L

Serialized Fields

a

Vector3 a
the starting position


b

Vector3 b
the ending position

Class com.badlogic.gdx.math.collision.Sphere extends java.lang.Object implements Serializable

serialVersionUID: -6487336868908521596L

Serialized Fields

radius

float radius
the radius of the sphere


center

Vector3 center
the center of the sphere


Package com.badlogic.gdx.utils

Class com.badlogic.gdx.utils.GdxRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6735854402467673117L

Class com.badlogic.gdx.utils.SerializationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

trace

java.lang.StringBuffer trace


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)