Serialized Form
-
Package rosequartz
-
Class rosequartz.CallerNotEngineRuntimeException extends RuntimeException implements Serializable
-
Class rosequartz.PlatformSpecificDisabledException extends RuntimeException implements Serializable
-
Class rosequartz.PlatformSpecificUnsupportedException extends RuntimeException implements Serializable
-
-
Package rosequartz.coll
-
Class rosequartz.coll.AxisAlignedBoxCollider extends Collider implements Serializable
-
Serialized Fields
-
x1
float x1
-
x2
float x2
-
y1
float y1
-
y2
float y2
-
z1
float z1
-
z2
float z2
-
-
-
Class rosequartz.coll.Collider extends Object implements Serializable
-
Class rosequartz.coll.SphereCollider extends Collider implements Serializable
-
Serialized Fields
-
radius
float radius
-
x
float x
-
y
float y
-
z
float z
-
-
-
-
Package rosequartz.ecb
-
Package rosequartz.gfx
-
Class rosequartz.gfx.Camera extends Object implements Serializable
-
Serialized Fields
-
configuration
CameraConfiguration configuration
-
farPlane
float farPlane
-
nearPlane
float nearPlane
-
projectionViewMatrix
Mat4 projectionViewMatrix
-
viewMatrix
Mat4 viewMatrix
-
-
-
Class rosequartz.gfx.CameraConfiguration extends Object implements Serializable
-
Serialized Fields
-
lookRelative
boolean lookRelative
-
lookUpX
float lookUpX
-
lookUpY
float lookUpY
-
lookUpZ
float lookUpZ
-
lookX
float lookX
-
lookY
float lookY
-
lookZ
float lookZ
-
x
float x
-
y
float y
-
z
float z
-
-
-
Class rosequartz.gfx.ModelInstance extends Object implements Serializable
-
Class rosequartz.gfx.NotOnGraphicsThreadException extends RuntimeException implements Serializable
-
Class rosequartz.gfx.OrthographicCamera extends Camera<OrthographicCamera> implements Serializable
-
Serialized Fields
-
bottom
float bottom
-
left
float left
-
projectionMatrix
Mat4 projectionMatrix
-
right
float right
-
top
float top
-
-
-
Class rosequartz.gfx.PerspectiveCamera extends Camera<PerspectiveCamera> implements Serializable
-
Serialized Fields
-
aspectRatio
float aspectRatio
-
fov
float fov
-
projectionMatrix
Mat4 projectionMatrix
-
-
-
Class rosequartz.gfx.VertexBuilder extends Object implements Serializable
-
Serialized Fields
-
order
T extends Enum<T> & VertexBuilder.VertexStructure[] order
-
values
float[] values
-
-
-
-
Package rosequartz.math
-
Class rosequartz.math.Mat4 extends Object implements Serializable
-
Serialized Fields
-
m00
float m00
-
m01
float m01
-
m02
float m02
-
m03
float m03
-
m10
float m10
-
m11
float m11
-
m12
float m12
-
m13
float m13
-
m20
float m20
-
m21
float m21
-
m22
float m22
-
m23
float m23
-
m30
float m30
-
m31
float m31
-
m32
float m32
-
m33
float m33
-
-
-
Class rosequartz.math.Vec2 extends Vec<Vec2> implements Serializable
-
Serialized Fields
-
x
float x
-
y
float y
-
-
-
Class rosequartz.math.Vec3 extends Vec<Vec3> implements Serializable
-
Serialized Fields
-
x
float x
-
y
float y
-
z
float z
-
-
-
Class rosequartz.math.Vec4 extends Vec<Vec4> implements Serializable
-
Serialized Fields
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-
-
-
Package rosequartz.net
-
Class rosequartz.net.SocketClosedByApplicationException extends RuntimeException implements Serializable
-
Class rosequartz.net.SocketClosedByGarbageCollectorException extends RuntimeException implements Serializable
-