Uses of Class
org.jbox2d.common.Mat33
Packages that use Mat33
Package
Description
The Common module contains settings, memory management, and vector math.
-
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 TypeMethodDescriptionvoidMat33.getInverse22(Mat33 M) voidMat33.getSymInverse33(Mat33 M) static Vec3Multiply a matrix times a vector.static Vec2static voidMat33.mul22ToOut(Mat33 A, Vec2 v, Vec2 out) static voidMat33.mul22ToOutUnsafe(Mat33 A, Vec2 v, Vec2 out) static voidstatic voidMat33.mulToOutUnsafe(Mat33 A, Vec3 v, Vec3 out) voidstatic voidMat33.setScaleTransform(float scale, Mat33 out) -
Uses of Mat33 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Mat33 -
Uses of Mat33 in org.jbox2d.pooling.normal
Methods in org.jbox2d.pooling.normal that return Mat33