Uses of Class
org.jbox2d.common.Mat33
Packages that use Mat33
Package
Description
-
Uses of Mat33 in org.jbox2d.common
Fields in org.jbox2d.common declared as Mat33Methods in org.jbox2d.common with parameters of type Mat33Modifier and TypeMethodDescriptionvoid
Mat33.getInverse22
(Mat33 M) void
Mat33.getSymInverse33
(Mat33 M) static final Vec3
static final Vec2
static final void
Mat33.mul22ToOut
(Mat33 A, Vec2 v, Vec2 out) static final void
Mat33.mul22ToOutUnsafe
(Mat33 A, Vec2 v, Vec2 out) static final void
static final void
Mat33.mulToOutUnsafe
(Mat33 A, Vec3 v, Vec3 out) -
Uses of Mat33 in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as Mat33 -
Uses of Mat33 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Mat33 -
Uses of Mat33 in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type Mat33Methods in org.jbox2d.pooling.normal that return Mat33