Uses of Class
org.jbox2d.common.Vec3
Packages that use Vec3
Package
Description
The Common module contains settings, memory management, and vector math.
Interfaces and shared abstractions for reusing temporary objects during
JBox2D simulation steps.
Object pools for frequently allocated collision and dynamics objects.
-
Uses of Vec3 in org.jbox2d.common
Fields in org.jbox2d.common declared as Vec3Methods in org.jbox2d.common that return Vec3Modifier and TypeMethodDescriptionVec3.clone()static Vec3static Vec3Multiply a matrix times a vector.Vec3.mul(float argScalar) Vec3.mulLocal(float argScalar) Vec3.negate()Vec3.negateLocal()Vec3.set(float argX, float argY, float argZ) final Vec3Solve A * x = b, where b is a column vector.Methods in org.jbox2d.common with parameters of type Vec3Modifier and TypeMethodDescriptionstatic Vec3static voidVec3.crossToOut(Vec3 a, Vec3 b, Vec3 out) static voidVec3.crossToOutUnsafe(Vec3 a, Vec3 b, Vec3 out) static floatstatic Vec3Multiply a matrix times a vector.static voidstatic voidMat33.mulToOutUnsafe(Mat33 A, Vec3 v, Vec3 out) final Vec3Solve A * x = b, where b is a column vector.final voidMat33.solve33ToOut(Vec3 b, Vec3 out) Solve A * x = b, where b is a column vector.Constructors in org.jbox2d.common with parameters of type Vec3 -
Uses of Vec3 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Vec3 -
Uses of Vec3 in org.jbox2d.pooling.normal
Methods in org.jbox2d.pooling.normal that return Vec3