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 RotTransform. qA matrix representing a rotationMethods in org.jbox2d.common that return Rot Modifier and Type Method Description RotRot. clone()RotRot. set(float angle)RotRot. set(Rot other)RotRot. setIdentity()Methods in org.jbox2d.common with parameters of type Rot Modifier and Type Method Description static voidRot. mul(Rot q, Rot r, Rot out)static voidRot. mulToOut(Rot q, Vec2 v, Vec2 out)static voidRot. mulToOutUnsafe(Rot q, Vec2 v, Vec2 out)static voidRot. mulTrans(Rot q, Rot r, Rot out)static voidRot. mulTrans(Rot q, Vec2 v, Vec2 out)static voidRot. mulTransUnsafe(Rot q, Rot r, Rot out)static voidRot. mulTransUnsafe(Rot q, Vec2 v, Vec2 out)static voidRot. mulUnsafe(Rot q, Rot r, Rot out)RotRot. 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 RotIWorldPool. 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. rotsMethods in org.jbox2d.pooling.normal that return Rot Modifier and Type Method Description RotDefaultWorldPool. popRot()
-