Uses of Class
org.jbox2d.common.Vec3
Packages that use Vec3
Package
Description
-
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 final Vec3
static final Vec3
Vec3.mul
(float argScalar) Vec3.mulLocal
(float argScalar) Vec3.negate()
Vec3.negateLocal()
Vec3.set
(float argX, float argY, float argZ) final Vec3
Solve A * x = b, where b is a column vector.Methods in org.jbox2d.common with parameters of type Vec3Modifier and TypeMethodDescriptionstatic final Vec3
static final void
Vec3.crossToOut
(Vec3 a, Vec3 b, Vec3 out) static final void
Vec3.crossToOutUnsafe
(Vec3 a, Vec3 b, Vec3 out) static final float
static final Vec3
static final void
static final void
Mat33.mulToOutUnsafe
(Mat33 A, Vec3 v, Vec3 out) final Vec3
Solve A * x = b, where b is a column vector.final void
Mat33.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.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as Vec3 -
Uses of Vec3 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Vec3 -
Uses of Vec3 in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type Vec3Methods in org.jbox2d.pooling.normal that return Vec3