Serialized Form


Package org.jbox2d.common

Class org.jbox2d.common.Mat22 extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

ex

Vec2 ex

ey

Vec2 ey

Class org.jbox2d.common.Mat33 extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

ex

Vec3 ex

ey

Vec3 ey

ez

Vec3 ez

Class org.jbox2d.common.Rot extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

s

float s

c

float c

Class org.jbox2d.common.Sweep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

localCenter

Vec2 localCenter
Local center of mass position


c0

Vec2 c0
Center world positions


c

Vec2 c
Center world positions


a0

float a0
World angles


a

float a
World angles


alpha0

float alpha0
Fraction of the current time step in the range [0,1] c0 and a0 are the positions at alpha0.

Class org.jbox2d.common.Transform extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

p

Vec2 p
The translation caused by the transform


q

Rot q
A matrix representing a rotation

Class org.jbox2d.common.Vec2 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

Class org.jbox2d.common.Vec3 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

z

float z



Copyright © 2013. All Rights Reserved.