Uses of Class
org.jbox2d.common.Rot
-
Packages that use Rot Package Description org.jbox2d.common org.jbox2d.pooling org.jbox2d.pooling.normal -
-
Uses of Rot in org.jbox2d.common
Fields in org.jbox2d.common declared as Rot Modifier and Type Field Description Rot
Transform. q
A matrix representing a rotationMethods in org.jbox2d.common that return Rot Modifier and Type Method Description Rot
Rot. clone()
Rot
Rot. set(float angle)
Rot
Rot. set(Rot other)
Rot
Rot. setIdentity()
Methods in org.jbox2d.common with parameters of type Rot Modifier and Type Method Description static void
Rot. mul(Rot q, Rot r, Rot out)
static void
Rot. mulToOut(Rot q, Vec2 v, Vec2 out)
static void
Rot. mulToOutUnsafe(Rot q, Vec2 v, Vec2 out)
static void
Rot. mulTrans(Rot q, Rot r, Rot out)
static void
Rot. mulTrans(Rot q, Vec2 v, Vec2 out)
static void
Rot. mulTransUnsafe(Rot q, Rot r, Rot out)
static void
Rot. mulTransUnsafe(Rot q, Vec2 v, Vec2 out)
static void
Rot. mulUnsafe(Rot q, Rot r, Rot out)
Rot
Rot. set(Rot other)
Constructors in org.jbox2d.common with parameters of type Rot Constructor Description Transform(Vec2 _position, Rot _R)
Initialize using a position vector and a rotation matrix. -
Uses of Rot in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Rot Modifier and Type Method Description Rot
IWorldPool. popRot()
-
Uses of Rot in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type Rot Modifier and Type Field Description private OrderedStack<Rot>
DefaultWorldPool. rots
Methods in org.jbox2d.pooling.normal that return Rot Modifier and Type Method Description Rot
DefaultWorldPool. popRot()
-