Serialized Form


Package org.jbox2d.common

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

serialVersionUID: 1L

Serialized Fields

col1

Vec2 col1

col2

Vec2 col2

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

serialVersionUID: 1L

Serialized Fields

col1

Vec3 col1

col2

Vec3 col2

col3

Vec3 col3

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

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

serialVersionUID: 1L

Serialized Fields

position

Vec2 position
The translation caused by the transform


R

Mat22 R
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 © 2012. All Rights Reserved.