Serialized Form


Package com.badlogic.gdx.math

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

Serialized Fields

x

float x

y

float y

radius

float radius

Class com.badlogic.gdx.math.Ellipse extends Object implements Serializable

serialVersionUID: 7381533206532032099L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

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

serialVersionUID: 7907569533774959788L

Serialized Fields

val

float[] val

tmp

float[] tmp

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

serialVersionUID: -2717655254359579617L

Serialized Fields

tmp

float[] tmp

val

float[] val

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

serialVersionUID: -1240652082930747866L

Serialized Fields

normal

Vector3 normal

d

float d

Class com.badlogic.gdx.math.Quaternion extends 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 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 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 Object implements Serializable

serialVersionUID: 3840054589595372522L

Serialized Fields

x

float x
the x-component of this vector


y

float y
the y-component of this vector


z

float z
the z-component of this vector


Package com.badlogic.gdx.math.collision

Class com.badlogic.gdx.math.collision.BoundingBox extends 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 Object implements Serializable

serialVersionUID: -620692054835390878L

Serialized Fields

origin

Vector3 origin

direction

Vector3 direction

Class com.badlogic.gdx.math.collision.Segment extends 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 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 RuntimeException implements Serializable

serialVersionUID: 6735854402467673117L

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

Serialized Fields

trace

StringBuffer trace

Package com.badlogic.gdx.utils.reflect

Class com.badlogic.gdx.utils.reflect.ReflectionException extends Exception implements Serializable



Copyright © 2014. All Rights Reserved.