From caf3377c0c65d42088c2d21c1f9cb335b28feec7 Mon Sep 17 00:00:00 2001 From: stephengold Date: Mon, 3 Jun 2024 15:35:44 +0000 Subject: [PATCH] deploy: cf6f5075049df694cb05571c2e63cdea0fcf0dfb --- .../com/jme3/bullet/CollisionSpace.html | 42 +++++++++++++------ .../com/jme3/bullet/DeformableSpace.html | 2 +- .../com/jme3/bullet/MultiBodySpace.html | 2 +- .../com/jme3/bullet/PhysicsSoftSpace.html | 2 +- .../master/com/jme3/bullet/PhysicsSpace.html | 2 +- javadoc/master/index-all.html | 6 ++- javadoc/master/member-search-index.js | 2 +- sitemap.xml | 32 +++++++------- 8 files changed, 55 insertions(+), 35 deletions(-) diff --git a/javadoc/master/com/jme3/bullet/CollisionSpace.html b/javadoc/master/com/jme3/bullet/CollisionSpace.html index 57334fc9..6e68a4c4 100644 --- a/javadoc/master/com/jme3/bullet/CollisionSpace.html +++ b/javadoc/master/com/jme3/bullet/CollisionSpace.html @@ -208,7 +208,7 @@

Method Summary

static CollisionSpace
getCollisionSpace()
-
Access the CollisionSpace running on this thread.
+
Access the CollisionSpace associated with this thread.
CollisionConfiguration
getConfiguration()
@@ -353,24 +353,29 @@

Method Summary

recomputed during each update() (native field: m_forceUpdateAllAabbs). -
void
-
setRayTestFlags(int flags)
-
+
static void
+ +
+
Alter the CollisionSpace associated with this thread.
+
+
void
+
setRayTestFlags(int flags)
+
Alter the flags used in ray tests (native field: m_flags).
- -
sweepTest(ConvexShape shape, + +
sweepTest(ConvexShape shape, Transform start, Transform end, List<PhysicsSweepTestResult> results, float allowedCcdPenetration)
-
+
Perform a sweep-collision test and store the results in an existing list, in arbitrary order.
-
void
-
useDeterministicDispatch(boolean desiredSetting)
-
+
void
+
useDeterministicDispatch(boolean desiredSetting)
+
Enable or disable the "deterministic overlapping pairs" option in the collision dispatcher (native field: m_deterministicOverlappingPairs).
@@ -573,11 +578,10 @@

getBroadphaseType

getCollisionSpace

public static CollisionSpace getCollisionSpace()
-
Access the CollisionSpace running on this thread. For parallel - physics, this may be invoked from the OpenGL thread.
+
Access the CollisionSpace associated with this thread.
Returns:
-
the pre-existing CollisionSpace running on this thread
+
the pre-existing CollisionSpace, or null if none
@@ -913,6 +917,18 @@

setForceUpdateAllAabbs

  • +
    +

    setLocalThreadPhysicsSpace

    +
    public static void setLocalThreadPhysicsSpace(CollisionSpace space)
    +
    Alter the CollisionSpace associated with this thread.
    +
    +
    Parameters:
    +
    space - which space to associate with the current thread, or + null for none
    +
    +
    +
  • +
  • setRayTestFlags

    public void setRayTestFlags(int flags)
    diff --git a/javadoc/master/com/jme3/bullet/DeformableSpace.html b/javadoc/master/com/jme3/bullet/DeformableSpace.html index ad9a783a..311cce67 100644 --- a/javadoc/master/com/jme3/bullet/DeformableSpace.html +++ b/javadoc/master/com/jme3/bullet/DeformableSpace.html @@ -240,7 +240,7 @@

    Methods inher addJoint, addTickListener, contains, countManifolds, countRigidBodies, countTickListeners, getAccuracy, getCharacterList, getGravity, getJointList, getJointMap, getPhysicsSpace, getRigidBodyList, getSolverInfo, getSolverType, getVehicleList, getWorldType, initSolverInfo, isCcdWithStaticOnly, isUsingScr, listManifoldIds, maxSubSteps, maxTimeStep, onContactEnded, onContactProcessed, onContactStarted, removeJoint, removeTickListener, setAccuracy, setCcdWithStaticOnly, setMaxSubSteps, setMaxTimeStep, update, update, update, useScr

  • +contactTest, countCollisionObjects, countSolvers, getBroadphaseType, getCollisionSpace, getConfiguration, getGhostObjectList, getRayTestFlags, getWorldMax, getWorldMin, hasClosest, hasContact, initThread, isForceUpdateAllAabbs, isUsingDeterministicDispatch, jniEnvId, needsCollision, pairTest, rayTest, rayTest, rayTestDp, rayTestRaw, rayTestRaw, setForceUpdateAllAabbs, setLocalThreadPhysicsSpace, setRayTestFlags, sweepTest, useDeterministicDispatch
    diff --git a/javadoc/master/com/jme3/bullet/MultiBodySpace.html b/javadoc/master/com/jme3/bullet/MultiBodySpace.html index f07a3a26..bdbbcf9d 100644 --- a/javadoc/master/com/jme3/bullet/MultiBodySpace.html +++ b/javadoc/master/com/jme3/bullet/MultiBodySpace.html @@ -248,7 +248,7 @@

    Methods inher addCollisionObject, addJoint, addTickListener, contains, countJoints, countManifolds, countRigidBodies, countTickListeners, getAccuracy, getCharacterList, getGravity, getJointList, getJointMap, getPhysicsSpace, getRigidBodyList, getSolverInfo, getSolverType, getVehicleList, getWorldType, initSolverInfo, isCcdWithStaticOnly, isUsingScr, listManifoldIds, maxSubSteps, maxTimeStep, onContactEnded, onContactProcessed, onContactStarted, removeCollisionObject, removeJoint, removeTickListener, setAccuracy, setCcdWithStaticOnly, setGravity, setMaxSubSteps, setMaxTimeStep, update, update, update, useScr

    +contactTest, countCollisionObjects, countSolvers, getBroadphaseType, getCollisionSpace, getConfiguration, getGhostObjectList, getRayTestFlags, getWorldMax, getWorldMin, hasClosest, hasContact, initThread, isForceUpdateAllAabbs, isUsingDeterministicDispatch, jniEnvId, needsCollision, pairTest, rayTest, rayTest, rayTestDp, rayTestRaw, rayTestRaw, setForceUpdateAllAabbs, setLocalThreadPhysicsSpace, setRayTestFlags, sweepTest, useDeterministicDispatch
    diff --git a/javadoc/master/com/jme3/bullet/PhysicsSoftSpace.html b/javadoc/master/com/jme3/bullet/PhysicsSoftSpace.html index 39b640b3..dbe8b39b 100644 --- a/javadoc/master/com/jme3/bullet/PhysicsSoftSpace.html +++ b/javadoc/master/com/jme3/bullet/PhysicsSoftSpace.html @@ -241,7 +241,7 @@

    Methods inher activateAll, add, addJoint, addTickListener, contains, countManifolds, countRigidBodies, countTickListeners, getAccuracy, getCharacterList, getGravity, getJointList, getJointMap, getPhysicsSpace, getRigidBodyList, getSolverInfo, getSolverType, getVehicleList, getWorldType, initSolverInfo, isCcdWithStaticOnly, isUsingScr, listManifoldIds, maxSubSteps, maxTimeStep, onContactEnded, onContactProcessed, onContactStarted, remove, removeJoint, removeTickListener, setAccuracy, setCcdWithStaticOnly, setMaxSubSteps, setMaxTimeStep, update, update, update, updateSolver, useScr +contactTest, countCollisionObjects, countSolvers, getBroadphaseType, getCollisionSpace, getConfiguration, getGhostObjectList, getRayTestFlags, getWorldMax, getWorldMin, hasClosest, hasContact, initThread, isForceUpdateAllAabbs, isUsingDeterministicDispatch, jniEnvId, needsCollision, pairTest, rayTest, rayTest, rayTestDp, rayTestRaw, rayTestRaw, setForceUpdateAllAabbs, setLocalThreadPhysicsSpace, setRayTestFlags, sweepTest, useDeterministicDispatch diff --git a/javadoc/master/com/jme3/bullet/PhysicsSpace.html b/javadoc/master/com/jme3/bullet/PhysicsSpace.html index 4446f441..66851bf8 100644 --- a/javadoc/master/com/jme3/bullet/PhysicsSpace.html +++ b/javadoc/master/com/jme3/bullet/PhysicsSpace.html @@ -490,7 +490,7 @@

    Method Summary

    +contactTest, countCollisionObjects, countSolvers, getBroadphaseType, getCollisionSpace, getConfiguration, getGhostObjectList, getRayTestFlags, getWorldMax, getWorldMin, hasClosest, hasContact, initThread, isForceUpdateAllAabbs, isUsingDeterministicDispatch, jniEnvId, needsCollision, pairTest, rayTest, rayTest, rayTestDp, rayTestRaw, rayTestRaw, setForceUpdateAllAabbs, setLocalThreadPhysicsSpace, setRayTestFlags, sweepTest, useDeterministicDispatch diff --git a/javadoc/master/index-all.html b/javadoc/master/index-all.html index 849ef599..b79ddb19 100644 --- a/javadoc/master/index-all.html +++ b/javadoc/master/index-all.html @@ -3264,7 +3264,7 @@

    G

    getCollisionSpace() - Static method in class com.jme3.bullet.CollisionSpace
    -
    Access the CollisionSpace running on this thread.
    +
    Access the CollisionSpace associated with this thread.
    getCombinedFriction() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
    @@ -9262,6 +9262,10 @@

    S

    Alter the location of the specified point in the local coordinates of object B (native name: m_localPointB).
    +
    setLocalThreadPhysicsSpace(CollisionSpace) - Static method in class com.jme3.bullet.CollisionSpace
    +
    +
    Alter the CollisionSpace associated with this thread.
    +
    setLocation(Vector3f) - Method in class com.jme3.bullet.joints.SoftLinearJoint
    Alter the joint location.
    diff --git a/javadoc/master/member-search-index.js b/javadoc/master/member-search-index.js index 800300e3..77a02119 100644 --- a/javadoc/master/member-search-index.js +++ b/javadoc/master/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"A"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"aabbCenter(Vector3f)","u":"aabbCenter(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"aabbVolume()"},{"p":"com.jme3.math","c":"FastMath","l":"abs(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"accelerate(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"accelerate(int, float)","u":"accelerate(int,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateMaxima(Vector3f, Vector3f)","u":"accumulateMaxima(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateMinima(Vector3f, Vector3f)","u":"accumulateMinima(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"accumulateScaled(Quaternion, Quaternion, float)","u":"accumulateScaled(com.jme3.math.Quaternion,com.jme3.math.Quaternion,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateScaled(Vector3f, Vector3f, float)","u":"accumulateScaled(com.jme3.math.Vector3f,com.jme3.math.Vector3f,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"activate()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"activate(boolean)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"activateAll(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"activateAll(boolean)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"active"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"add(double, double, double)","u":"add(double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSet","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"add(IndexedMesh)","u":"add(com.jme3.bullet.collision.shapes.infos.IndexedMesh)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"add(Vec3d)","u":"add(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(Vector3f, Vector3f)","u":"add(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"addAll(Iterable)","u":"addAll(java.lang.Iterable)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"addAll(Iterable)","u":"addAll(java.lang.Iterable)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseCollider(CollisionShape)","u":"addBaseCollider(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseForce(Vector3f)","u":"addBaseForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseTorque(Vector3f)","u":"addBaseTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, float, float, float)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Transform)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Vector3f)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Vector3f, Matrix3f)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addCollider(CollisionShape)","u":"addCollider(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"addCollideWithGroup(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addConstraintForce(Vector3f)","u":"addConstraintForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addConstraintTorque(Vector3f)","u":"addConstraintTorque(com.jme3.math.Vector3f)"},{"p":"jme3utilities.debug","c":"Dumper","l":"addDescription(String)","u":"addDescription(java.lang.String)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addForce(Vector3f)","u":"addForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"addJoint(PhysicsJoint)","u":"addJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addJoint(PhysicsJoint)","u":"addJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addJointTorque(int, float)","u":"addJointTorque(int,float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"addLine(String)","u":"addLine(java.lang.String)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"addLocal(double, double, double)","u":"addLocal(double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"addLocal(float, float, float)","u":"addLocal(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"addLocal(Quaternion)","u":"addLocal(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"addLocal(Vec3d)","u":"addLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"addLocal(Vector3f)","u":"addLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"addMultiBody(MultiBody)","u":"addMultiBody(com.jme3.bullet.MultiBody)"},{"p":"vhacd","c":"VHACD","l":"addProgressListener(VHACDProgressListener)","u":"addProgressListener(vhacd.VHACDProgressListener)"},{"p":"vhacd4","c":"Vhacd4","l":"addProgressListener(VHACDProgressListener)","u":"addProgressListener(vhacd.VHACDProgressListener)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addTickListener(PhysicsTickListener)","u":"addTickListener(com.jme3.bullet.PhysicsTickListener)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"addToIgnoreList(PhysicsCollisionObject)","u":"addToIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addTorque(Vector3f)","u":"addTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"addVelocity(Vector3f)","u":"addVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"addVelocity(Vector3f, int)","u":"addVelocity(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"addWheel(Vector3f, Vector3f, Vector3f, float, float, boolean)","u":"addWheel(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float,float,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"addWheel(VehicleWheel, VehicleTuning)","u":"addWheel(com.jme3.bullet.objects.VehicleWheel,com.jme3.bullet.objects.infos.VehicleTuning)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"aerodynamics()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"airDensity()"},{"p":"com.jme3.util","c":"BufferAllocator","l":"allocate(int)"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"allocate(int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"AllowZeroLength"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"Anchor(PhysicsSoftBody, int, PhysicsRigidBody, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"AnchorHardness"},{"p":"com.jme3.system","c":"Platform.Os","l":"Android"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM5"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM6"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM7"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM8"},{"p":"com.jme3.system","c":"Platform","l":"Android_Other"},{"p":"com.jme3.system","c":"Platform","l":"Android_X86"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"AngularDamping"},{"p":"com.jme3.bullet","c":"MultiBody","l":"angularDamping()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"angularStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendFaces(IndexBuffer)","u":"appendFaces(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromLineMesh(Mesh, PhysicsSoftBody)","u":"appendFromLineMesh(jme3utilities.lbj.Mesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromNativeMesh(IndexedMesh, PhysicsSoftBody)","u":"appendFromNativeMesh(com.jme3.bullet.collision.shapes.infos.IndexedMesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromTriMesh(Mesh, PhysicsSoftBody)","u":"appendFromTriMesh(jme3utilities.lbj.Mesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendLinks(IndexBuffer)","u":"appendLinks(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendNodes(FloatBuffer)","u":"appendNodes(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendTetras(IndexBuffer)","u":"appendTetras(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendTetras(PhysicsSoftBody)","u":"appendTetras(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"appliedForce(Vector3f)","u":"appliedForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"appliedTorque(Vector3f)","u":"appliedTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"applyAllExceptIgnoreListTo(PhysicsRigidBody)","u":"applyAllExceptIgnoreListTo(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyCentralForce(Vector3f)","u":"applyCentralForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyCentralImpulse(Vector3f)","u":"applyCentralImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"applyEngineForce(VehicleWheel, float)","u":"applyEngineForce(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyForce(Vector3f)","u":"applyForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyForce(Vector3f, int)","u":"applyForce(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyForce(Vector3f, Vector3f)","u":"applyForce(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyImpulse(Vector3f, Vector3f)","u":"applyImpulse(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyRotation(Quaternion)","u":"applyRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyScale(Vector3f)","u":"applyScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"applyTo(PhysicsRigidBody)","u":"applyTo(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyTorque(Vector3f)","u":"applyTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyTorqueImpulse(Vector3f)","u":"applyTorqueImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyTransform(Transform)","u":"applyTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyTranslation(Vector3f)","u":"applyTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"FastMath","l":"approximateEquals(float, float)","u":"approximateEquals(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"aRadius()"},{"p":"jme3utilities.math","c":"MyMath","l":"area(Triangle)","u":"area(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"ArticulatedWarmStart"},{"p":"com.jme3.math","c":"FastMath","l":"atan(float)"},{"p":"com.jme3.math","c":"FastMath","l":"atan2(float, float)","u":"atan2(float,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"attachCollisionShape(long, long)","u":"attachCollisionShape(long,long)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"attachShape(CollisionShape)","u":"attachShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"AXIS_SWEEP_3"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"AXIS_SWEEP_3_32"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_X"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_Y"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_Z"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"axis(Vector3f)","u":"axis(com.jme3.math.Vector3f)"},{"p":"jme3utilities","c":"Validate","l":"axisIndex(int, String)","u":"axisIndex(int,java.lang.String)"},{"p":"jme3utilities","c":"MyString","l":"axisName(int)"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"B"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseAngularVelocity(Vector3f)","u":"baseAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseForce(Vector3f)","u":"baseForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseInertia(Vector3f)","u":"baseInertia(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseLocation(Vector3f)","u":"baseLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseMass()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseOrientation(Quaternion)","u":"baseOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseTorque(Vector3f)","u":"baseTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseTransform(Transform)","u":"baseTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseVelocity(Vector3f)","u":"baseVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"basic"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Bounce"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"boundingBox(BoundingBox)","u":"boundingBox(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"boundingBox(BoundingBox)","u":"boundingBox(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox(Vector3f, float, float, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"boundingBox(Vector3f, Matrix3f, BoundingBox)","u":"boundingBox(com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"boundingBox(Vector3f, Quaternion, BoundingBox)","u":"boundingBox(com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"BoundingValueHierarchy(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"BoundingValueHierarchy(MeshCollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.MeshCollisionShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVolume","l":"boxVolume(Vector3f)","u":"boxVolume(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"bRadius()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"brake(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"brake(int, float)","u":"brake(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"brake(VehicleWheel, float)","u":"brake(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"CacheDirection"},{"p":"com.jme3.bullet","c":"SolverMode","l":"CacheFriendly"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedBasisA(Matrix3f)","u":"calculatedBasisA(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedBasisB(Matrix3f)","u":"calculatedBasisB(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedOriginA(Vector3f)","u":"calculatedOriginA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedOriginB(Vector3f)","u":"calculatedOriginB(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"calculateNormal()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"canSet(float)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"canSet(float)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"canSet(float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"canSleep()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"canWakeup()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"CapsuleCollisionShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"CapsuleCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"jme3utilities.math","c":"MyVolume","l":"capsuleVolume(float, float)","u":"capsuleVolume(float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"cardinalizeLocal(Quaternion)","u":"cardinalizeLocal(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"castRay(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"castRay(VehicleWheel)","u":"castRay(com.jme3.bullet.objects.VehicleWheel)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"CHARACTER_OBJECT"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"CharacterController(PhysicsCharacter)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsCharacter)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"checkParameters()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"checkRotationOrder()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"ChildCollisionShape(Vector3f, CollisionShape)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"ChildCollisionShape(Vector3f, Matrix3f, CollisionShape)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"ChildShapes"},{"p":"jme3utilities.math","c":"MyMath","l":"circle(double)"},{"p":"jme3utilities.math","c":"MyMath","l":"circle(float)"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_RS"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_SELF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_SS"},{"p":"jme3utilities.math","c":"MyMath","l":"clamp(double, double, double)","u":"clamp(double,double,double)"},{"p":"com.jme3.math","c":"FastMath","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"jme3utilities.math","c":"VectorSet","l":"clear()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"clear()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearConstraintForces()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"clearForces()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearForcesAndTorques()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"clearIgnoreList()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"clearStats()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearVelocities()"},{"p":"com.jme3.math","c":"Matrix3f","l":"clone()"},{"p":"com.jme3.math","c":"Matrix4f","l":"clone()"},{"p":"com.jme3.math","c":"Plane","l":"clone()"},{"p":"com.jme3.math","c":"Quaternion","l":"clone()"},{"p":"com.jme3.math","c":"Transform","l":"clone()"},{"p":"com.jme3.math","c":"Vector3f","l":"clone()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"clone()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"clone()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"clone()"},{"p":"jme3utilities.debug","c":"Describer","l":"clone()"},{"p":"jme3utilities.debug","c":"Dumper","l":"clone()"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"clone()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"clone()"},{"p":"vhacd","c":"VHACDParameters","l":"clone()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"clone()"},{"p":"vhacd","c":"VHACDHull","l":"clonePositions()"},{"p":"vhacd4","c":"Vhacd4Hull","l":"clonePositions()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"clusterCenter(int, Vector3f)","u":"clusterCenter(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"clusterIndexA()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"clusterIndexB()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"clusterIterations()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterKineticHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterKineticSplit"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterRigidHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterRigidSplit"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"ClustersInSofts"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterSoftHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterSoftSplit"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"collider"},{"p":"com.jme3.bullet","c":"MultiBody","l":"collideWithGroups()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_01"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_02"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_03"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_04"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_05"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_06"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_07"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_08"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_09"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_10"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_11"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_12"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_13"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_14"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_15"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_16"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_NONE"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionListener","l":"collision(PhysicsCollisionEvent)","u":"collision(com.jme3.bullet.collision.PhysicsCollisionEvent)"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"CollisionConfiguration()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"CollisionConfiguration(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"collisionFlags()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"collisionFlags()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"collisionGroup()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"CollisionShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int,com.jme3.bullet.CollisionConfiguration)"},{"p":"jme3utilities.math","c":"MyMath","l":"combine(Transform, Transform, Transform)","u":"combine(com.jme3.math.Transform,com.jme3.math.Transform,com.jme3.math.Transform)"},{"p":"com.jme3.math","c":"TransformDp","l":"combineWithParent(TransformDp)","u":"combineWithParent(com.jme3.math.TransformDp)"},{"p":"jme3utilities.math","c":"IntPair","l":"compareTo(IntPair)","u":"compareTo(jme3utilities.math.IntPair)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"compareTo(NativePhysicsObject)","u":"compareTo(com.jme3.bullet.NativePhysicsObject)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"CompoundCollisionShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"CompoundCollisionShape(int)","u":"%3Cinit%3E(int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh(CompoundMesh)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh(CompoundMesh, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh,com.jme3.math.Vector3f)"},{"p":"vhacd4","c":"Vhacd4","l":"compute(float[], int[], Vhacd4Parameters)","u":"compute(float[],int[],vhacd4.Vhacd4Parameters)"},{"p":"vhacd","c":"VHACD","l":"compute(float[], int[], VHACDParameters)","u":"compute(float[],int[],vhacd.VHACDParameters)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"ConeCollisionShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"ConeCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, Vector3f, Matrix3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"MyVolume","l":"coneVolume(float, float)","u":"coneVolume(float,float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureFixedLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f)","u":"configureFixedLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configurePlanarLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, boolean)","u":"configurePlanarLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configurePrismaticLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, Vector3f, boolean)","u":"configurePrismaticLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureRevoluteLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, Vector3f, boolean)","u":"configureRevoluteLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureSphericalLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, boolean)","u":"configureSphericalLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"ConicalFrustum(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"conjugate(Quaternion, Quaternion)","u":"conjugate(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"connectivityMatrix(CollisionSpace)","u":"connectivityMatrix(com.jme3.bullet.CollisionSpace)"},{"p":"com.jme3.math","c":"Plane","l":"constant"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsBody, PhysicsBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsBody,com.jme3.bullet.objects.PhysicsBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsRigidBody, JointEnd, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsRigidBody, JointEnd, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"constraintForce(Vector3f)","u":"constraintForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"constraintTorque(Vector3f)","u":"constraintTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"CONTACT_STIFFNESS_DAMPING"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"contactErp()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"contactTest(PhysicsCollisionObject, PhysicsCollisionListener)","u":"contactTest(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionListener)"},{"p":"jme3utilities.math","c":"VectorSet","l":"contains(float, float, float)","u":"contains(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"contains(float, float, float)","u":"contains(float,float,float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"contains(MultiBodyCollider)","u":"contains(com.jme3.bullet.objects.MultiBodyCollider)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"contains(PhysicsJoint)","u":"contains(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"jme3utilities.math","c":"VectorSet","l":"contains(Vector3f)","u":"contains(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"contains(Vector3f)","u":"contains(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"Convex2dShape(ConvexShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"Convex2dShape(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"ConvexShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"copyAabb(BoundingBox)","u":"copyAabb(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"copyAll(CharacterController)","u":"copyAll(com.jme3.bullet.objects.infos.CharacterController)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"copyAll(SoftBodyConfig)","u":"copyAll(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyAll(SoftBodyWorldInfo)","u":"copyAll(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"copyAll(SolverInfo)","u":"copyAll(com.jme3.bullet.SolverInfo)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"copyAxis(Vector3f)","u":"copyAxis(com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"copyBuffer()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"copyCenter(int, Vector3f)","u":"copyCenter(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterCenters(FloatBuffer)","u":"copyClusterCenters(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterMasses(FloatBuffer)","u":"copyClusterMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterVelocities(FloatBuffer)","u":"copyClusterVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyFaces(IntBuffer)","u":"copyFaces(java.nio.IntBuffer)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyGravity(Vector3f)","u":"copyGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"copyHullVertices()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyIndices()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyLinks(IntBuffer)","u":"copyLinks(java.nio.IntBuffer)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"copyLocation(Vector3f)","u":"copyLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyLocations(FloatBuffer)","u":"copyLocations(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyMasses(FloatBuffer)","u":"copyMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyNormals(FloatBuffer)","u":"copyNormals(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyOffset(Vector3f)","u":"copyOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"copyPcoProperties(PhysicsCollisionObject)","u":"copyPcoProperties(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"copyPivot(Vector3f)","u":"copyPivot(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"copyQuantization(Vector3f)","u":"copyQuantization(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyRotation(Quaternion)","u":"copyRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyRotationMatrix(Matrix3f)","u":"copyRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyTetras(IntBuffer)","u":"copyTetras(java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyTransform(Transform)","u":"copyTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyTriangle(int, Triangle)","u":"copyTriangle(int,com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyTriangles()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyVelocities(FloatBuffer)","u":"copyVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"copyVertex(int, Vector3f)","u":"copyVertex(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyVertexPositions()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"copyVertices()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyWaterNormal(Vector3f)","u":"copyWaterNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"correctAxes(Transform)","u":"correctAxes(com.jme3.math.Transform)"},{"p":"com.jme3.math","c":"FastMath","l":"cos(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"countChildren()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"countClampedCcdMotions()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countClusters()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"countCollisionObjects()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countColumns()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countConfiguredLinks()"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"countDistinct()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countDofs()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"countDofs()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"countEnds()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countFaces()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"countGroups(CollisionSpace, int[])","u":"countGroups(com.jme3.bullet.CollisionSpace,int[])"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"countHullVertices()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"countIgnored()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"countJoints()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"countJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"countJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countJoints()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countLeafNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countLinks()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countManifolds()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countMeshTriangles()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countMeshTriangles()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"countMultiBodies()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countNodesInCluster(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countPinnedNodes()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"countPoints(long)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countPositionVariables()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"countPositionVariables()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countRigidBodies()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countRows()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"countSoftBodies()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"countSoftBodies()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"countSolvers()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"countSpheres()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countSubtreeHeaders()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countTetras()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"countThreads()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countTickListeners()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"countTrackers()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countTriangles()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"countTriangles()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countVertices()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"countVertices()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"countWheels()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"covariance(FloatBuffer, int, int, Matrix3f)","u":"covariance(java.nio.FloatBuffer,int,int,com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"covariance(Matrix3f)","u":"covariance(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"covariance(Matrix3f)","u":"covariance(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"crash()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"create()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"create()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"create()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"create()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"create()"},{"p":"com.jme3.util","c":"BufferUtils","l":"createByteBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(float...)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(Vector3f...)","u":"createFloatBuffer(com.jme3.math.Vector3f...)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"createIndexBuffer(int, int)","u":"createIndexBuffer(int,int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createIntBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createIntBuffer(int...)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"createJoint(long, long, Vector3f, Matrix3f, Vector3f, Matrix3f, boolean)","u":"createJoint(long,long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"createJoint(long, long, Vector3f, Matrix3f, Vector3f, Matrix3f, boolean)","u":"createJoint(long,long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"createJoint1(long, Vector3f, Matrix3f, boolean)","u":"createJoint1(long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"createJoint1(long, Vector3f, Matrix3f, boolean)","u":"createJoint1(long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createShortBuffer(int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"createTestPoint()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"createVehicle(PhysicsSpace)","u":"createVehicle(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(float, float, float, Vector3f)","u":"cross(float,float,float,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"cross(Vec3d)","u":"cross(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(Vector3f)","u":"cross(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(Vector3f, Vector3f)","u":"cross(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"crossLocal(float, float, float)","u":"crossLocal(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"cube(float)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"CUSTOM_MATERIAL_CALLBACK"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"CustomConvexShape(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"CustomConvexShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"cutLink(int, int, float)","u":"cutLink(int,int,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(FloatBuffer, int, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(Vector3f, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,int)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"cylinderRadius(FloatBuffer, int, int, int)","u":"cylinderRadius(java.nio.FloatBuffer,int,int,int)"},{"p":"jme3utilities.math","c":"MyVolume","l":"cylinderVolume(Vector3f)","u":"cylinderVolume(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Damping"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Damping"},{"p":"com.jme3.bullet","c":"SolverType","l":"Dantzig"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"DBVT"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"debugVertices(CollisionShape, int)","u":"debugVertices(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"defaultForRotationMotor()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"defaultForTranslationMotor()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"DeformableSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"defValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"defValue()"},{"p":"com.jme3.math","c":"FastMath","l":"DEG_TO_RAD"},{"p":"jme3utilities.debug","c":"Describer","l":"describe(BoundingBox)","u":"describe(com.jme3.bounding.BoundingBox)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(CollisionConfiguration)","u":"describe(com.jme3.bullet.CollisionConfiguration)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(CollisionShape)","u":"describe(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities","c":"MyString","l":"describe(float)"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"describe(int)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"describe(int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"describe(int)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(PhysicsJoint)","u":"describe(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"jme3utilities.minie","c":"MyPco","l":"describe(PhysicsRigidBody)","u":"describe(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"describe(Quaternion)","u":"describe(com.jme3.math.Quaternion)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(RotationalLimitMotor)","u":"describe(com.jme3.bullet.joints.motors.RotationalLimitMotor)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(SoftBodyMaterial)","u":"describe(com.jme3.bullet.objects.infos.SoftBodyMaterial)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(SoftBodyWorldInfo)","u":"describe(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(TranslationalLimitMotor, int)","u":"describe(com.jme3.bullet.joints.motors.TranslationalLimitMotor,int)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"describe(Vector3f)","u":"describe(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(VehicleWheel)","u":"describe(com.jme3.bullet.objects.VehicleWheel)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe1(SoftBodyConfig)","u":"describe1(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe2(SoftBodyConfig)","u":"describe2(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe2(VehicleWheel)","u":"describe2(com.jme3.bullet.objects.VehicleWheel)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeAngular(SixDofJoint)","u":"describeAngular(com.jme3.bullet.joints.SixDofJoint)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"describeDirection(Vector3f)","u":"describeDirection(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeDof(New6Dof, int)","u":"describeDof(com.jme3.bullet.joints.New6Dof,int)"},{"p":"jme3utilities","c":"MyString","l":"describeFraction(float)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeGroups(PhysicsCollisionObject)","u":"describeGroups(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"jme3utilities.debug","c":"Describer","l":"describeHalfExtents(Vector3f)","u":"describeHalfExtents(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeJointInBody(PhysicsJoint, PhysicsBody, boolean)","u":"describeJointInBody(com.jme3.bullet.joints.PhysicsJoint,com.jme3.bullet.objects.PhysicsBody,boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeJointInSpace(PhysicsJoint, boolean)","u":"describeJointInSpace(com.jme3.bullet.joints.PhysicsJoint,boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeLinear(SixDofJoint)","u":"describeLinear(com.jme3.bullet.joints.SixDofJoint)"},{"p":"jme3utilities","c":"MyString","l":"describeMatrix(Matrix3f)","u":"describeMatrix(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.debug","c":"Describer","l":"Describer()","u":"%3Cinit%3E()"},{"p":"jme3utilities.debug","c":"Describer","l":"describeScale(Vector3f)","u":"describeScale(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"MyShape","l":"describeType(CollisionShape)","u":"describeType(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeUser(PhysicsCollisionObject)","u":"describeUser(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"destroy()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"destroy()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"destroy()"},{"p":"com.jme3.util","c":"BufferAllocator","l":"destroyDirectBuffer(Buffer)","u":"destroyDirectBuffer(java.nio.Buffer)"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"destroyDirectBuffer(Buffer)","u":"destroyDirectBuffer(java.nio.Buffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"destroySoftBody()"},{"p":"com.jme3.math","c":"Matrix3f","l":"determinant()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"determinant()"},{"p":"com.jme3.math","c":"Quaternion","l":"DIRECTION_Z"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"DISABLE_SPU_COLLISION_PROCESSING"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"DISABLE_VISUALIZE_OBJECT"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"DisableHeightfieldAccelerator"},{"p":"com.jme3.math","c":"Vector3f","l":"distance(Vector3f)","u":"distance(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"DistinctVectorValues(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.math","c":"Vector3f","l":"divide(float, float, float)","u":"divide(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"divide(Vector3f)","u":"divide(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(float, float, float)","u":"divideLocal(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"divideLocal(Vec3d)","u":"divideLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(Vector3f)","u":"divideLocal(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"dot(Quaternion, Quaternion)","u":"dot(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"dot(Vec3d)","u":"dot(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"dot(Vector3f)","u":"dot(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"dot(Vector3f, Vector3f)","u":"dot(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Drag"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"driftIterations()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(CollisionShape, String)","u":"dump(com.jme3.bullet.collision.shapes.CollisionShape,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(MultiBodyCollider, String)","u":"dump(com.jme3.bullet.objects.MultiBodyCollider,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsCharacter, String)","u":"dump(com.jme3.bullet.objects.PhysicsCharacter,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsGhostObject, String)","u":"dump(com.jme3.bullet.objects.PhysicsGhostObject,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsJoint, String)","u":"dump(com.jme3.bullet.joints.PhysicsJoint,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsRigidBody, String)","u":"dump(com.jme3.bullet.objects.PhysicsRigidBody,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSoftBody, String)","u":"dump(com.jme3.bullet.objects.PhysicsSoftBody,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSpace)","u":"dump(com.jme3.bullet.PhysicsSpace)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSpace, String)","u":"dump(com.jme3.bullet.PhysicsSpace,java.lang.String)"},{"p":"jme3utilities.debug","c":"Dumper","l":"Dumper()","u":"%3Cinit%3E()"},{"p":"jme3utilities.debug","c":"Dumper","l":"Dumper(PrintStream)","u":"%3Cinit%3E(java.io.PrintStream)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"dumpMemoryLeaks()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"dumpQuickprof()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"dumpStats(String)","u":"dumpStats(java.lang.String)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"dumpTrackers()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"DynamicFriction"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"either"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"EmptyShape(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"enableContactFilter"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"enableMotor(boolean, float, float)","u":"enableMotor(boolean,float,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"enableSpring(int, boolean)","u":"enableSpring(int,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"enableSpring(int, boolean)","u":"enableSpring(int,boolean)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"ensureCapacity(int, FloatBuffer)","u":"ensureCapacity(int,java.nio.FloatBuffer)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Matrix3f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Matrix4f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Quaternion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Transform","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"TransformDp","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Vector3f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"jme3utilities.math","c":"IntPair","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"vhacd","c":"VHACDParameters","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Equilibrium"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"error"},{"p":"jme3utilities","c":"MyString","l":"escape(CharSequence)","u":"escape(java.lang.CharSequence)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"escapeIndex(int)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"exempt"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"exp(Quaternion, Quaternion)","u":"exp(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"expectedVersion"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_OneSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_TwoSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_TwoSidedLiftDrag"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"fail()"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"FilterBackfaces"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"finalizeNative(long)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"finalizeNative(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"findEnd(PhysicsBody)","u":"findEnd(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"findIndex(CollisionShape)","u":"findIndex(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"findInstance(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"findOtherBody(PhysicsBody)","u":"findOtherBody(com.jme3.bullet.objects.PhysicsBody)"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"findVvid(int)"},{"p":"jme3utilities","c":"Validate","l":"finite(float, String)","u":"finite(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"finite(Vec3d, String)","u":"finite(com.simsilica.mathd.Vec3d,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"finite(Vector3f, String)","u":"finite(com.jme3.math.Vector3f,java.lang.String)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"firstAxis"},{"p":"jme3utilities","c":"MyString","l":"firstToLower(String)","u":"firstToLower(java.lang.String)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"firstValue"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Fixed"},{"p":"com.jme3.bullet","c":"FillMode","l":"FloodFill"},{"p":"com.jme3.math","c":"FastMath","l":"FLT_EPSILON"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"fluid"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"forwardAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"forwardAxisIndex()"},{"p":"jme3utilities","c":"Validate","l":"fraction(double, String)","u":"fraction(double,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"fraction(float, String)","u":"fraction(float,java.lang.String)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"freeUnusedObjects()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"frequency(IntBuffer, int, int, int)","u":"frequency(java.nio.IntBuffer,int,int,int)"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"FRICTION_ANCHOR"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAngleNormalAxis(float, Vector3f)","u":"fromAngleNormalAxis(float,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"fromAngles(double, double, double)","u":"fromAngles(double,double,double)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAngles(float, float, float)","u":"fromAngles(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"fromAngles(float, float, float, Matrix3f)","u":"fromAngles(float,float,float,com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"fromAxes(Vector3f, Vector3f, Vector3f)","u":"fromAxes(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAxes(Vector3f, Vector3f, Vector3f)","u":"fromAxes(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"fromInputStream(InputStream)","u":"fromInputStream(java.io.InputStream)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"fromInputStream(InputStream)","u":"fromInputStream(java.io.InputStream)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromRotationMatrix(float, float, float, float, float, float, float, float, float)","u":"fromRotationMatrix(float,float,float,float,float,float,float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromRotationMatrix(Matrix3f)","u":"fromRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Transform","l":"fromTransformMatrix(Matrix4f)","u":"fromTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"GearJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"GearJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, float)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"generateBasis(Vector3f, Vector3f, Vector3f)","u":"generateBasis(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateBendingConstraints(int, SoftBodyMaterial)","u":"generateBendingConstraints(int,com.jme3.bullet.objects.infos.SoftBodyMaterial)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateClusters()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateClusters(int, int)","u":"generateClusters(int,int)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"generateIndexMap(FloatBuffer)","u":"generateIndexMap(java.nio.FloatBuffer)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"Generator()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math.noise","c":"Generator","l":"Generator(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"generic"},{"p":"com.jme3.util","c":"TempVars","l":"get()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"get()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"get(Cluster, int)","u":"get(com.jme3.bullet.objects.infos.Cluster,int)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"get(FloatBuffer, int, Vector3f)","u":"get(java.nio.FloatBuffer,int,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"get(int)"},{"p":"com.jme3.math","c":"Vector3f","l":"get(int)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"get(int)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"get(int)"},{"p":"com.jme3.math","c":"Matrix3f","l":"get(int, int)","u":"get(int,int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"get(MotorParam)","u":"get(com.jme3.bullet.joints.motors.MotorParam)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"get(MotorParam, int)","u":"get(com.jme3.bullet.joints.motors.MotorParam,int)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"get(MotorParam, Vector3f)","u":"get(com.jme3.bullet.joints.motors.MotorParam,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"get(Sbcp)","u":"get(com.jme3.bullet.objects.infos.Sbcp)"},{"p":"com.jme3.math","c":"Triangle","l":"get1()"},{"p":"com.jme3.math","c":"Triangle","l":"get2()"},{"p":"com.jme3.math","c":"Triangle","l":"get3()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getAccumulatedImpulse()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getAccumulatedImpulse(Vector3f)","u":"getAccumulatedImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getAccuracy()"},{"p":"vhacd","c":"VHACDParameters","l":"getACDMode()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getActivationState()"},{"p":"vhacd","c":"VHACDParameters","l":"getAlpha()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAnchor(Vector3f)","u":"getAnchor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAnchor2(Vector3f)","u":"getAnchor2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getAngle()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAngle1()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAngle2()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getAngles(Vector3f)","u":"getAngles(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngles(Vector3f)","u":"getAngles(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularFactor(Vector3f)","u":"getAngularFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngularLowerLimit(Vector3f)","u":"getAngularLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularSleepingThreshold()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngularUpperLimit(Vector3f)","u":"getAngularUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocityDp(Vec3d)","u":"getAngularVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocityLocal(Vector3f)","u":"getAngularVelocityLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getAnisotropicFriction(Vector3f)","u":"getAnisotropicFriction(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulse()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getAppliedImpulse()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulse(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulseLateral1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulseLateral1(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulseLateral2()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulseLateral2(long)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getAxis(int, Vector3f)","u":"getAxis(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAxis1(Vector3f)","u":"getAxis1(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAxis2(Vector3f)","u":"getAxis2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getAxisA(Vector3f)","u":"getAxisA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getAxisB(Vector3f)","u":"getAxisB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getAxle(Vector3f)","u":"getAxle(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"getBaseCollider()"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"getBaseShape()"},{"p":"vhacd","c":"VHACDParameters","l":"getBeta()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getBiasFactor()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBody(JointEnd)","u":"getBody(com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBodyA()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBodyA()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getBodyAId(long)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBodyB()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBodyB()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getBodyBId(long)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getBrake()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBreakingImpulseThreshold()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getBroadphaseType()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"getBuffer()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"getBvh()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdMotionThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdSquareMotionThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdSweptSphereRadius()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getCenter(Vector3f)","u":"getCenter(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getCFM()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getCharacterList()"},{"p":"com.jme3.math","c":"Plane","l":"getClosestPoint(Vector3f, Vector3f)","u":"getClosestPoint(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getCollider()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollideWithGroups()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionGroup()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getCollisionLocation(Vector3f)","u":"getCollisionLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getCollisionNormal(Vector3f)","u":"getCollisionNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getCollisionObject()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getCollisionObject()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionShape()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionSpace()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getCollisionSpace()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedFriction(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedRestitution()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedRestitution(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedRollingFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedRollingFriction(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedSpinningFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedSpinningFriction(long)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getConfiguration()"},{"p":"com.jme3.math","c":"Plane","l":"getConstant()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getConstraintType(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactDamping()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getContactMotion1(long)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getContactMotion2(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactProcessingThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getController()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getControllerId()"},{"p":"vhacd","c":"VHACDParameters","l":"getConvexHullDownSampling()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"getCurrentVehicleSpeedKmHour()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getCurrentVehicleSpeedKmHour()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getDamping()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getDamping()"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getDamping()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getDamping(int)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingOrthoLin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getDeactivationDeadline()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getDeactivationTime()"},{"p":"vhacd","c":"VHACDParameters","l":"getDebugEnabled()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getDebugEnabled()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"getDebugTriangles(CollisionShape, int)","u":"getDebugTriangles(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getDefaultMargin()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getDeformableSpace()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getDeltaRotation()"},{"p":"jme3utilities.debug","c":"Dumper","l":"getDescriber()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"getDescriber()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getDirection(Vector3f)","u":"getDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getDistance1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getDistance1(long)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getEnableMotor()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getEngineForce()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getERP()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getERP()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getERP(Vector3f)","u":"getERP(com.jme3.math.Vector3f)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getExtent(Vector3f)","u":"getExtent(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getFallSpeed()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getFallSpeed()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getFillMode()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getFlags()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getFlags(long)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"getForwardVector(Vector3f)","u":"getForwardVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getForwardVector(Vector3f)","u":"getForwardVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getFriction()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getFrictionSlip()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getFrictionSlip()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getFrictionSlip()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getGhostObjectList()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getGravityDp(Vec3d)","u":"getGravityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"getHeight()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getHingeAngle()"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getHitFraction()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getHitFraction()"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getHitNormalLocal(Vector3f)","u":"getHitNormalLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getHitNormalLocal(Vector3f)","u":"getHitNormalLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getImpulseClamp()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getIndex0()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getIndex0(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getIndex1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getIndex1(long)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getIndexBuffer()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getInternalType(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getInverseInertiaLocal(Vector3f)","u":"getInverseInertiaLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getInverseInertiaWorld(Matrix3f)","u":"getInverseInertiaWorld(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getJointList()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getJointMap()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getJumpSpeed()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getJumpSpeed()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLateralFrictionDir1(long, Vector3f)","u":"getLateralFrictionDir1(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLateralFrictionDir1(Vector3f)","u":"getLateralFrictionDir1(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLateralFrictionDir2(long, Vector3f)","u":"getLateralFrictionDir2(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLateralFrictionDir2(Vector3f)","u":"getLateralFrictionDir2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLifeTime()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLifeTime(long)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearFactor(Vector3f)","u":"getLinearFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getLinearLowerLimit(Vector3f)","u":"getLinearLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearSleepingThreshold()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getLinearUpperLimit(Vector3f)","u":"getLinearUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearVelocityDp(Vec3d)","u":"getLinearVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"getLink(int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLocalPointA(long, Vector3f)","u":"getLocalPointA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLocalPointA(Vector3f)","u":"getLocalPointA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLocalPointB(long, Vector3f)","u":"getLocalPointB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLocalPointB(Vector3f)","u":"getLocalPointB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getLocation(Vector3f)","u":"getLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getLocation(Vector3f)","u":"getLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getLocationDp(Vec3d)","u":"getLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getLowerAngLimit()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getLowerLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getLowerLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getLowerLimit(Vector3f)","u":"getLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getLowerLinLimit()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getMass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getMass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getMass()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getMax(Vector3f)","u":"getMax(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getMaxAngMotorForce()"},{"p":"vhacd","c":"VHACDParameters","l":"getMaxConcavity()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxHulls()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getMaxLimitForce()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getMaxLinMotorForce()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getMaxMotorForce()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getMaxMotorForce(Vector3f)","u":"getMaxMotorForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getMaxMotorImpulse()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getMaxPenetrationDepth()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getMaxPenetrationDepth()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxRecursion()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getMaxSlope()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getMaxSlope()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getMaxSuspensionTravelCm()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getMaxSuspensionTravelCm()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getMaxSuspensionTravelCm()"},{"p":"vhacd","c":"VHACDParameters","l":"getMaxVerticesPerHull()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxVerticesPerHull()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getMin(Vector3f)","u":"getMin(com.jme3.math.Vector3f)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMinEdgeLength()"},{"p":"vhacd","c":"VHACDParameters","l":"getMinVolumePerHull()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getMotionState()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getMotorTargetVelocity()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getMultiBody()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"getMultiBody()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getMultiBodyList()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getMultiBodySpace()"},{"p":"com.jme3.math","c":"Plane","l":"getNormal()"},{"p":"com.jme3.math","c":"Triangle","l":"getNormal()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getNormalCFM()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getNormalCFM(Vector3f)","u":"getNormalCFM(com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getNormalsData()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getNormalWorldOnB(long, Vector3f)","u":"getNormalWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getNormalWorldOnB(Vector3f)","u":"getNormalWorldOnB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getNumWheels()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getObjectA()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getObjectB()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getOffset(Vector3f)","u":"getOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientation(Matrix3f)","u":"getOrientation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientation(Quaternion)","u":"getOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientationMatrixDp(Matrix3d)","u":"getOrientationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientationQuaternionDp(Quatd)","u":"getOrientationQuaternionDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.system","c":"Platform","l":"getOs()"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlapping(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlappingCount()"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlappingObjects()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getOverrideIterations()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getParentLink()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPartId0()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPartId0(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPartId1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPartId1(long)"},{"p":"vhacd","c":"VHACDParameters","l":"getPCA()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getPcoList()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsLocation(Vector3f)","u":"getPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsLocation(Vector3f)","u":"getPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsLocationDp(Vec3d)","u":"getPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsLocationDp(Vec3d)","u":"getPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotation(Quaternion)","u":"getPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotation(Quaternion)","u":"getPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationDp(Quatd)","u":"getPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationDp(Quatd)","u":"getPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationMatrix(Matrix3f)","u":"getPhysicsRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationMatrix(Matrix3f)","u":"getPhysicsRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationMatrixDp(Matrix3d)","u":"getPhysicsRotationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationMatrixDp(Matrix3d)","u":"getPhysicsRotationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getPhysicsSpace()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getPhysicsSpace()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivot(JointEnd, Vector3f)","u":"getPivot(com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivotA(Vector3f)","u":"getPivotA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivotB(Vector3f)","u":"getPivotB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getPivotInA(Vector3f)","u":"getPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getPivotInB(Vector3f)","u":"getPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getPivotOffset(Vector3f)","u":"getPivotOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getPivotOffset(Vector3f)","u":"getPivotOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"getPlane()"},{"p":"vhacd","c":"VHACDParameters","l":"getPlaneDownSampling()"},{"p":"com.jme3.system","c":"JmeSystem","l":"getPlatform()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getPointId(long, int)","u":"getPointId(long,int)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getPositionsData()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnA(long, Vector3f)","u":"getPositionWorldOnA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPositionWorldOnA(Vector3f)","u":"getPositionWorldOnA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnADp(long, Vec3d)","u":"getPositionWorldOnADp(long,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnB(long, Vector3f)","u":"getPositionWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPositionWorldOnB(Vector3f)","u":"getPositionWorldOnB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnBDp(long, Vec3d)","u":"getPositionWorldOnBDp(long,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"getRadius(int)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getRatio()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getRayTestFlags()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getRelaxationFactor()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getRestitution()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getRestitution()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getRestitution()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionOrthoLin()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRestLength()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"getRigidBody()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getRigidBodyList()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRollInfluence()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getRollingFriction()"},{"p":"com.jme3.math","c":"Transform","l":"getRotation()"},{"p":"com.jme3.math","c":"TransformDp","l":"getRotation()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getRotationalLimitMotor(int)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRotationAngle()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationMatrix(JointEnd, Matrix3f)","u":"getRotationMatrix(com.jme3.bullet.joints.JointEnd,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationMotor(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationOrder()"},{"p":"com.jme3.math","c":"Transform","l":"getScale()"},{"p":"com.jme3.math","c":"TransformDp","l":"getScale()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getScaleDp(Vec3d)","u":"getScaleDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"getShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getShapeA()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getShapeB()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getShapeType()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getShapeType(long)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSkidInfo()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"getSoftBody()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSoftBodyA()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSoftBodyB()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getSoftBodyList()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getSoftBodyList()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getSoftConfig()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getSoftMaterial()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessOrthoLin()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getSoftSpace()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getSolverInfo()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getSolverType()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getSpinningFriction()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSplit()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getSquaredSpeed()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSteerAngle()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getStepHeight()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getStepHeight()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getStiffness(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getStopCFM()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getStopCFM(Vector3f)","u":"getStopCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionCompression()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionCompression()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionDamping()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSuspensionLength()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getSwingSpan1()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getSwingSpan2()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getTargetAngMotorVelocity()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getTargetLinMotorVelocity()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getTargetVelocity()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getTargetVelocity(Vector3f)","u":"getTargetVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getTau()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getTransform(Transform)","u":"getTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getTransformDp(TransformDp)","u":"getTransformDp(com.jme3.math.TransformDp)"},{"p":"com.jme3.math","c":"Transform","l":"getTranslation()"},{"p":"com.jme3.math","c":"TransformDp","l":"getTranslation()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getTranslationalLimitMotor()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getTranslationMotor()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getTuning()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getTwistSpan()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getUpDirection(Vector3f)","u":"getUpDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getUpDirection(Vector3f)","u":"getUpDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getUpperAngLimit()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getUpperLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getUpperLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getUpperLimit(Vector3f)","u":"getUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getUpperLinLimit()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getUserObject()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getVehicleId()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getVehicleList()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getVolumePercentError()"},{"p":"vhacd","c":"VHACDParameters","l":"getVoxelResolution()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getVoxelResolution()"},{"p":"com.jme3.math","c":"Quaternion","l":"getW()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getWalkDirection(Vector3f)","u":"getWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getWalkDirection(Vector3f)","u":"getWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getWheel(int)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelsDampingCompression()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelsDampingRelaxation()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelWorldLocation(Vector3f)","u":"getWheelWorldLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelWorldRotation(Quaternion)","u":"getWheelWorldRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getWorldInfo()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getWorldInfo()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getWorldInfo()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getWorldMax(Vector3f)","u":"getWorldMax(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getWorldMin(Vector3f)","u":"getWorldMin(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getWorldType(long)"},{"p":"com.jme3.math","c":"Quaternion","l":"getX()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getXExtent()"},{"p":"com.jme3.math","c":"Quaternion","l":"getY()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getYExtent()"},{"p":"com.jme3.math","c":"Quaternion","l":"getZ()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getZExtent()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"ghost"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"GImpactCollisionShape(CompoundMesh, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"GImpactCollisionShape(IndexedMesh...)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"GjkRaytest"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"globalCfm()"},{"p":"com.jme3.math","c":"FastMath","l":"HALF_PI"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"halfExtents(Vector3f)","u":"halfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_COLLISION_SOUND_TRIGGER"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"HAS_CONTACT_CFM"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"HAS_CONTACT_ERP"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_CONTACT_STIFFNESS_DAMPING"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_CUSTOM_DEBUG_RENDERING_COLOR"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_FRICTION_ANCHOR"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"hasAnisotropicFriction(int)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"hasAssignedNativeObject()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"hasClosest(CollisionShape, CollisionShape)","u":"hasClosest(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"hasContact(CollisionShape, CollisionShape)","u":"hasContact(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"hasFixedBase()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"hashCode()"},{"p":"com.jme3.math","c":"Matrix3f","l":"hashCode()"},{"p":"com.jme3.math","c":"Matrix4f","l":"hashCode()"},{"p":"com.jme3.math","c":"Quaternion","l":"hashCode()"},{"p":"com.jme3.math","c":"Transform","l":"hashCode()"},{"p":"com.jme3.math","c":"TransformDp","l":"hashCode()"},{"p":"com.jme3.math","c":"Vector3f","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"hashCode()"},{"p":"jme3utilities.math","c":"IntPair","l":"hashCode()"},{"p":"vhacd","c":"VHACDParameters","l":"hashCode()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"hashCode()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"height()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(float[], Vector3f)","u":"%3Cinit%3E(float[],com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(int, int, float[], Vector3f, int, boolean, boolean, boolean, boolean)","u":"%3Cinit%3E(int,int,float[],com.jme3.math.Vector3f,int,boolean,boolean,boolean,boolean)"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"highResolution"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"highResolution2"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"HingeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"HingeJoint(PhysicsRigidBody, Vector3f, Vector3f, Vector3f, Vector3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(float...)","u":"%3Cinit%3E(float...)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(RectangularSolid)","u":"%3Cinit%3E(jme3utilities.math.RectangularSolid)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Vector3f...)","u":"%3Cinit%3E(com.jme3.math.Vector3f...)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Vhacd4Hull)","u":"%3Cinit%3E(vhacd4.Vhacd4Hull)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(VHACDHull)","u":"%3Cinit%3E(vhacd.VHACDHull)"},{"p":"jme3utilities.math","c":"MyMath","l":"hypotenuse(float...)"},{"p":"jme3utilities.math","c":"MyMath","l":"hypotenuseDouble(double...)"},{"p":"com.jme3.math","c":"Matrix3f","l":"IDENTITY"},{"p":"com.jme3.math","c":"Quaternion","l":"IDENTITY"},{"p":"com.jme3.math","c":"Transform","l":"IDENTITY"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Ignores"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"ignores(PhysicsCollisionObject)","u":"ignores(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"jme3utilities.debug","c":"Dumper","l":"indentIncrement()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"index()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"IndexBuffer(Buffer)","u":"%3Cinit%3E(java.nio.Buffer)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"IndexBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(CollisionShape, int)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(FloatBuffer, IntBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer,java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(Vector3f[], int[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[],int[])"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"inertia(Vector3f)","u":"inertia(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"influence()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"initDefault()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"initSolverInfo()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"initThread(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"initUserPointer()"},{"p":"jme3utilities","c":"Validate","l":"inRange(double, String, double, double)","u":"inRange(double,java.lang.String,double,double)"},{"p":"jme3utilities","c":"Validate","l":"inRange(float, String, float, float)","u":"inRange(float,java.lang.String,float,float)"},{"p":"jme3utilities","c":"Validate","l":"inRange(int, String, int, int)","u":"inRange(int,java.lang.String,int,int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Interleave"},{"p":"jme3utilities.math","c":"IntPair","l":"IntPair(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.math","c":"Quaternion","l":"inverse()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"inverse()"},{"p":"com.jme3.math","c":"Transform","l":"invert()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"invert()"},{"p":"com.jme3.math","c":"Matrix3f","l":"invert(Matrix3f)","u":"invert(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"invertLocal()"},{"p":"com.jme3.system","c":"Platform.Os","l":"iOS"},{"p":"com.jme3.system","c":"Platform","l":"iOS_ARM"},{"p":"com.jme3.system","c":"Platform","l":"iOS_X86"},{"p":"com.jme3.system","c":"Platform","l":"is64Bit()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isActive()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isAllNonNegative(Vector3f)","u":"isAllNonNegative(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"isAllowCollision()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isAllPositive(Vector3f)","u":"isAllPositive(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"isAngularOnly()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"isAngularOnly()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"isApplyLocal()"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"isApplyPhysicsLocal()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isAsync()"},{"p":"jme3utilities.math","c":"MyMath","l":"isBetween(float, float, float)","u":"isBetween(float,float,float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isCcdWithStaticOnly()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isCollisionAllowed(long)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isCollisionBetweenLinkedBodies()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"isCollisionWithParent()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"isCompressed()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isConcave()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"isConcave()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"isContactCalcArea3Points()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isContactFilterEnabled()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isContactResponse()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isConvex()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"isConvex()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isDampingLimited()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isDampingLimited(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"isDeactivationEnabled()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isDebug()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"isDirect()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isDoublePrecision()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isDynamic()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"isEmpty()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isEmpty()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isEnabled()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"isEnabled(DumpFlags)","u":"isEnabled(jme3utilities.minie.DumpFlags)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"isEnabled(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"isEnableMotor()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isFeedback()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isFindBestPlane()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"isFinite()"},{"p":"jme3utilities.math","c":"MyMath","l":"isFinite(float)"},{"p":"jme3utilities.math","c":"MyMath","l":"isFiniteDouble(double)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isForceUpdateAllAabbs()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"isFrontWheel()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isGravityProtected()"},{"p":"com.jme3.math","c":"Matrix3f","l":"isIdentity()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"isIdentity()"},{"p":"jme3utilities.math","c":"MyMath","l":"isIdentity(Transform)","u":"isIdentity(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isInfinite()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isInsideTriangle(Vector3f, float, Vector3f, Vector3f, Vector3f)","u":"isInsideTriangle(com.jme3.math.Vector3f,float,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isInWorld()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isKinematic()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"isLateralFrictionInitialized()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"isLeafNode(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isMotorEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isMotorEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isMotorEnabled(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isNonMoving()"},{"p":"jme3utilities.math","c":"MyMath","l":"isOdd(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isPolyhedral()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"isPoweredAngMotor()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"isPoweredLinMotor()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isPure(Quaternion)","u":"isPure(com.jme3.math.Quaternion)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"isPureLines()"},{"p":"jme3utilities.lbj","c":"Mesh","l":"isPureTriangles()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isQuickprof()"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"isReducedModesEnabled()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"isRotationIdentity()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isRotationIdentity(Quaternion)","u":"isRotationIdentity(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isScaleIdentity(Vector3f)","u":"isScaleIdentity(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isScaleUniform(Vector3f)","u":"isScaleUniform(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isServoEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isServoEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isServoEnabled(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isShrinkWrap()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isSoftRigid()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isSoftSoft()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"isSplitImpulseEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isSpringEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isStatic()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isStiffnessLimited()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isStiffnessLimited(int)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isThreadSafe()"},{"p":"com.jme3.math","c":"Vector3f","l":"isUnitVector()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isUsingDeterministicDispatch()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"isUsingGhostSweepTest()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"isUsingGhostSweepTest()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingGlobalVelocities()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingGyroTerm()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingRK4()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isUsingScr()"},{"p":"com.jme3.math","c":"Quaternion","l":"isValidQuaternion(Quaternion)","u":"isValidQuaternion(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Vector3f","l":"isValidVector(Vector3f)","u":"isValidVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isWorldInfoProtected()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"isZero()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isZero(Quaternion)","u":"isZero(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isZero(Vector3f)","u":"isZero(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"jniEnvId()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"jniEnvId()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"jointErp()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointPosition(int)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"JointsInBodies"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"JointsInSpaces"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointTorque(int)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointType()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointVelocity(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"jump()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"jump(Vector3f)","u":"jump(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"jump(Vector3f)","u":"jump(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"KeepUnflippedNormal"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"KINEMATIC_OBJECT"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"kineticEnergy()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"KineticHardness"},{"p":"jme3utilities.math","c":"IntPair","l":"larger()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lastAxis"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"lastValue"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"LATERAL_FRICTION"},{"p":"com.jme3.bullet","c":"SolverType","l":"Lemke"},{"p":"com.jme3.math","c":"Vector3f","l":"length()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"length()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"lengthSq()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"lengthSq()"},{"p":"com.jme3.math","c":"Vector3f","l":"lengthSquared()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"lengthSquared(Quaternion)","u":"lengthSquared(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lengthSquared(Vector3f)","u":"lengthSquared(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"lerp(float, float, float)","u":"lerp(float,float,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lerp(float, Vector3f, Vector3f, Vector3f)","u":"lerp(float,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Lift"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"limit(int)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"LinearDamping"},{"p":"com.jme3.bullet","c":"MultiBody","l":"linearDamping()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"linearStiffness()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"linkIndex()"},{"p":"com.jme3.system","c":"Platform.Os","l":"Linux"},{"p":"com.jme3.system","c":"Platform","l":"Linux_ARM32"},{"p":"com.jme3.system","c":"Platform","l":"Linux_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"Linux32"},{"p":"com.jme3.system","c":"Platform","l":"Linux64"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"listChildren()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"listColliders()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"listIgnoredPcos()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"listJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"listManifoldIds()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"listNodesInCluster(int, IntBuffer)","u":"listNodesInCluster(int,java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"listPointIds(long)"},{"p":"jme3utilities.debug","c":"Describer","l":"listSeparator()"},{"p":"com.jme3.math","c":"Matrix3f","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Matrix4f","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Quaternion","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Transform","l":"loadIdentity()"},{"p":"com.jme3.math","c":"TransformDp","l":"loadIdentity()"},{"p":"com.jme3.system","c":"NativeLibraryLoader","l":"loadLibbulletjme(boolean, File, String, String)","u":"loadLibbulletjme(boolean,java.io.File,java.lang.String,java.lang.String)"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"localToWorld(Vector3f, Vector3f)","u":"localToWorld(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"locateSupport(float, float, float)","u":"locateSupport(float,float,float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"location(Vector3f)","u":"location(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"log(Quaternion, Quaternion)","u":"log(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyMath","l":"log2(int)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"logger"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"logger"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"logger"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"logger"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"logger"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"logger"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"logger"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"logger"},{"p":"com.jme3.bullet","c":"MultiBody","l":"logger"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"logger"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"logger"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"logger"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"logger"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"logger"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"logger"},{"p":"com.jme3.bullet","c":"SolverMode","l":"logger"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"logger"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"logger"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"logger"},{"p":"com.jme3.math","c":"TransformDp","l":"logger"},{"p":"com.jme3.system","c":"NativeLibraryLoader","l":"logger"},{"p":"jme3utilities.math","c":"IntPair","l":"logger"},{"p":"jme3utilities.math","c":"MyBuffer","l":"logger"},{"p":"jme3utilities.math","c":"MyMath","l":"logger"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"logger"},{"p":"jme3utilities.math","c":"MyVector3f","l":"logger"},{"p":"jme3utilities.math","c":"MyVolume","l":"logger"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"logger"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"logger"},{"p":"jme3utilities.minie","c":"MyPco","l":"logger"},{"p":"jme3utilities.minie","c":"MyShape","l":"logger"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"logger"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"logger"},{"p":"jme3utilities","c":"Validate","l":"logger"},{"p":"vhacd","c":"VHACD","l":"logger"},{"p":"vhacd","c":"VHACDHull","l":"logger"},{"p":"vhacd","c":"VHACDParameters","l":"logger"},{"p":"vhacd4","c":"Vhacd4","l":"logger"},{"p":"vhacd4","c":"Vhacd4Hull","l":"logger"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"logger"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"logger15"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"logger2"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"logger2"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"logger2"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"logger3"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"logger3"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"logger3"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"loggerC"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"loggerN"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"loggerX"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"loggerY"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"LowerLimit"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"lowResolution"},{"p":"com.jme3.math","c":"Matrix3f","l":"m00"},{"p":"com.jme3.math","c":"Matrix4f","l":"m00"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m00"},{"p":"com.jme3.math","c":"Matrix3f","l":"m01"},{"p":"com.jme3.math","c":"Matrix4f","l":"m01"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m01"},{"p":"com.jme3.math","c":"Matrix3f","l":"m02"},{"p":"com.jme3.math","c":"Matrix4f","l":"m02"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m02"},{"p":"com.jme3.math","c":"Matrix4f","l":"m03"},{"p":"com.jme3.math","c":"Matrix3f","l":"m10"},{"p":"com.jme3.math","c":"Matrix4f","l":"m10"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m10"},{"p":"com.jme3.math","c":"Matrix3f","l":"m11"},{"p":"com.jme3.math","c":"Matrix4f","l":"m11"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m11"},{"p":"com.jme3.math","c":"Matrix3f","l":"m12"},{"p":"com.jme3.math","c":"Matrix4f","l":"m12"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m12"},{"p":"com.jme3.math","c":"Matrix4f","l":"m13"},{"p":"com.jme3.math","c":"Matrix3f","l":"m20"},{"p":"com.jme3.math","c":"Matrix4f","l":"m20"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m20"},{"p":"com.jme3.math","c":"Matrix3f","l":"m21"},{"p":"com.jme3.math","c":"Matrix4f","l":"m21"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m21"},{"p":"com.jme3.math","c":"Matrix3f","l":"m22"},{"p":"com.jme3.math","c":"Matrix4f","l":"m22"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m22"},{"p":"com.jme3.math","c":"Matrix4f","l":"m23"},{"p":"com.jme3.math","c":"Matrix4f","l":"m30"},{"p":"com.jme3.math","c":"Matrix4f","l":"m31"},{"p":"com.jme3.math","c":"Matrix4f","l":"m32"},{"p":"com.jme3.math","c":"Matrix4f","l":"m33"},{"p":"com.jme3.system","c":"Platform.Os","l":"MacOS"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_PPC32"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_PPC64"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX32"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX64"},{"p":"jme3utilities.minie","c":"TestApp","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"makeIdentity()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"makeImmutable()"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"mapIndices(IntBuffer, IndexBuffer, IndexBuffer)","u":"mapIndices(java.nio.IntBuffer,jme3utilities.lbj.IndexBuffer,jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"mapVertexData(IntBuffer, FloatBuffer, int)","u":"mapVertexData(java.nio.IntBuffer,java.nio.FloatBuffer,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"margin"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"margin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"mass"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"mass()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"mass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"massForStatic"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"Matching"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"Matrix3d()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"Matrix3d(double, double, double, double, double, double, double, double, double)","u":"%3Cinit%3E(double,double,double,double,double,double,double,double,double)"},{"p":"com.jme3.math","c":"Matrix3f","l":"Matrix3f()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Matrix3f","l":"Matrix3f(float, float, float, float, float, float, float, float, float)","u":"%3Cinit%3E(float,float,float,float,float,float,float,float,float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"Matrix4f()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"matrixToEuler(Matrix3f, Vector3f)","u":"matrixToEuler(com.jme3.math.Matrix3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"max(float...)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxAbs(FloatBuffer, int, int, Vector3f)","u":"maxAbs(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxAbs(Vector3f)","u":"maxAbs(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxAbs(Vector3f)","u":"maxAbs(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"maxAppliedImpulse()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"maxCoordinateVelocity()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"maxDisplacement()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"maxDistance(CollisionShape, Transform, int)","u":"maxDistance(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"maxDistance(Transform)","u":"maxDistance(com.jme3.math.Transform)"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"maxima(Vector3f)","u":"maxima(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"maxInt(int...)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxLength()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxLength()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxLength(FloatBuffer, int, int)","u":"maxLength(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"maxManifolds()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxMin(FloatBuffer, int, int, Vector3f, Vector3f)","u":"maxMin(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MaxMotorForce"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"maxRadius()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"MaxSelfImpulse"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"maxSubmeshes"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"maxSubSteps()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"maxTimeStep()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"maxTrianglesInAnySubmesh"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"MaxVolumeRatio"},{"p":"jme3utilities.math","c":"MyBuffer","l":"mean(FloatBuffer, int, int, Vector3f)","u":"mean(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"mean(Vector3f)","u":"mean(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"mean(Vector3f)","u":"mean(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"mechanicalEnergy()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, CompoundMesh)","u":"%3Cinit%3E(boolean,com.jme3.bullet.collision.shapes.infos.CompoundMesh)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, IndexedMesh...)","u":"%3Cinit%3E(boolean,com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(byte[], IndexedMesh...)","u":"%3Cinit%3E(byte[],com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"jme3utilities.math","c":"MyMath","l":"mid(float, float, float)","u":"mid(float,float,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"midpoint(Vector3f, Vector3f, Vector3f)","u":"midpoint(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"min(float...)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"minBatch()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"minima(Vector3f)","u":"minima(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"MinkowskiSum(ConvexShape, ConvexShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape,com.jme3.bullet.collision.shapes.ConvexShape)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"minValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"minValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"minValue()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"mode()"},{"p":"jme3utilities.math","c":"MyMath","l":"modulo(float, float)","u":"modulo(float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"modulo(int, int)","u":"modulo(int,int)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MotorCfm"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MotorErp"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Motors"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float, float, float)","u":"mult(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float, Vector3f)","u":"mult(float,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"mult(Matrix3f, Matrix3f)","u":"mult(com.jme3.math.Matrix3f,com.jme3.math.Matrix3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Quatd)","u":"mult(com.simsilica.mathd.Quatd)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Quatd, Quatd)","u":"mult(com.simsilica.mathd.Quatd,com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Quaternion","l":"mult(Quaternion)","u":"mult(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"mult(Quaternion, Quaternion)","u":"mult(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Vec3d)","u":"mult(com.simsilica.mathd.Vec3d)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Vec3d, Vec3d)","u":"mult(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(Vector3f)","u":"mult(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"mult(Vector3f, Vector3f)","u":"mult(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(Vector3f, Vector3f)","u":"mult(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"MultiBody(int, float, Vector3f, boolean, boolean)","u":"%3Cinit%3E(int,float,com.jme3.math.Vector3f,boolean,boolean)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"MultiBodyCollider(MultiBody, int)","u":"%3Cinit%3E(com.jme3.bullet.MultiBody,int)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"MultiBodySpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"MultiBodySpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(List, List)","u":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(RectangularSolid)","u":"%3Cinit%3E(jme3utilities.math.RectangularSolid)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(Vector3f, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(Vector3f[], float...)","u":"%3Cinit%3E(com.jme3.math.Vector3f[],float...)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"multLocal(double)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"multLocal(double)"},{"p":"com.jme3.math","c":"Matrix3f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(float, float, float)","u":"multLocal(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(float, float, float, float)","u":"multLocal(float,float,float,float)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"multLocal(Quatd)","u":"multLocal(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(Quaternion)","u":"multLocal(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"multLocal(Vec3d)","u":"multLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(Vector3f)","u":"multLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"nativeId()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NativeIDs"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"nativeIndex()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"nativeMargin()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"NativePhysicsObject()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"ne(Quaternion, Quaternion)","u":"ne(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"ne(Vector3f, Vector3f)","u":"ne(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"needsCollision(PhysicsCollisionObject, PhysicsCollisionObject)","u":"needsCollision(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.math","c":"Vector3f","l":"negate()"},{"p":"com.jme3.math","c":"Vector3f","l":"negateLocal()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"New6Dof(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, RotationOrder)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"New6Dof(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, RotationOrder)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"newEmptySoftBody()"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"newEmptySoftBody()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"NewHinge(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"newInstance(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Quaternion, RotationOrder)","u":"newInstance(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.bullet.RotationOrder)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"nextFillMode()"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextFloat(float, float)","u":"nextFloat(float,float)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextInt(int, int)","u":"nextInt(int,int)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextQuaternion(Quaternion)","u":"nextQuaternion(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextUnitVector3f(Vector3f)","u":"nextUnitVector3f(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextVector3f(Vector3f)","u":"nextVector3f(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverType","l":"NNCG"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"NO_CONTACT_RESPONSE"},{"p":"com.jme3.bullet","c":"SolverMode","l":"NoCone"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"NodeDamping"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"nodeIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeLocation(int, Vector3f)","u":"nodeLocation(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeMass(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeNormal(int, Vector3f)","u":"nodeNormal(int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NodesInClusters"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NodesInSofts"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeVelocity(int, Vector3f)","u":"nodeVelocity(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"none"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(Collection, String)","u":"nonEmpty(java.util.Collection,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(float[], String)","u":"nonEmpty(float[],java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(Object[], String)","u":"nonEmpty(java.lang.Object[],java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(String, String)","u":"nonEmpty(java.lang.String,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(float, String)","u":"nonNegative(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(int, String)","u":"nonNegative(int,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(Vector3f, String)","u":"nonNegative(com.jme3.math.Vector3f,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNull(Object, String)","u":"nonNull(java.lang.Object,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(long, String)","u":"nonZero(long,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Quatd, String)","u":"nonZero(com.simsilica.mathd.Quatd,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Quaternion, String)","u":"nonZero(com.jme3.math.Quaternion,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Vector3f, String)","u":"nonZero(com.jme3.math.Vector3f,java.lang.String)"},{"p":"com.jme3.math","c":"Quaternion","l":"norm()"},{"p":"com.jme3.math","c":"Plane","l":"normal"},{"p":"com.jme3.math","c":"Vector3f","l":"normalize()"},{"p":"com.jme3.math","c":"Quaternion","l":"normalizeLocal()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"normalizeLocal()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"normalizeLocal()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"normalizeLocal(Quaternion)","u":"normalizeLocal(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"normalizeLocal(Vector3f)","u":"normalizeLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"NoVelocityDependent"},{"p":"jme3utilities.math","c":"MyVector3f","l":"numAxes"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"numIterations()"},{"p":"jme3utilities.math","c":"VectorSet","l":"numVectors()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"numVectors()"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactEnded(long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactEnded(long)"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactProcessed(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"onContactProcessed(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactProcessed(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"onContactProcessed(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactStarted(long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactStarted(long)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"onGround()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"onGround()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"orientation(Quaternion)","u":"orientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"overrideIterations(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"pairTest(PhysicsCollisionObject, PhysicsCollisionObject, PhysicsCollisionListener)","u":"pairTest(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionListener)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"parent2Link(Vector3f)","u":"parent2Link(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"parent2Pivot(Vector3f)","u":"parent2Pivot(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"partId(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"partIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"partIndex()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Pcos"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"penetrationDepthSolver()"},{"p":"com.jme3.bullet","c":"SolverType","l":"PGS"},{"p":"jme3utilities.math","c":"MyMath","l":"phi"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"PhysicsBody()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"PhysicsCharacter(ConvexShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"PhysicsCollisionEvent(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"%3Cinit%3E(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"PhysicsCollisionObject()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"PhysicsDescriber()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"PhysicsDumper()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"PhysicsDumper(PrintStream)","u":"%3Cinit%3E(java.io.PrintStream)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"PhysicsGhostObject(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"PhysicsJoint()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"PhysicsRigidBody(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"PhysicsRigidBody(CollisionShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"PhysicsSoftBody()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"PhysicsSoftBody(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsTickListener","l":"physicsTick(PhysicsSpace, float)","u":"physicsTick(com.jme3.bullet.PhysicsSpace,float)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"physicsTransform(Transform)","u":"physicsTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"PhysicsVehicle(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"PhysicsVehicle(CollisionShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,float)"},{"p":"com.jme3.math","c":"FastMath","l":"PI"},{"p":"jme3utilities.math.noise","c":"Generator","l":"pick(E[])"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"pinNode(int)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"pivot2Link(Vector3f)","u":"pivot2Link(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"pivotA"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"pivotB"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Planar"},{"p":"com.jme3.math","c":"Plane","l":"Plane(Vector3f, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float)"},{"p":"com.jme3.math","c":"Plane","l":"Plane(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"PlaneCollisionShape(Plane)","u":"%3Cinit%3E(com.jme3.math.Plane)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"PoseMatching"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"positionIterations()"},{"p":"jme3utilities","c":"Validate","l":"positive(float, String)","u":"positive(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"positive(int, String)","u":"positive(int,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"positive(Vector3f, String)","u":"positive(com.jme3.math.Vector3f,java.lang.String)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"postRebuild()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"postRebuild()"},{"p":"com.jme3.math","c":"FastMath","l":"pow(float, float)","u":"pow(float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"pow(Quaternion, float, Quaternion)","u":"pow(com.jme3.math.Quaternion,float,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"PhysicsTickListener","l":"prePhysicsTick(PhysicsSpace, float)","u":"prePhysicsTick(com.jme3.bullet.PhysicsSpace,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"preRebuild()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Pressure"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"PrimitiveAllocator()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"principalAxes(FloatBuffer, Transform, Vector3f)","u":"principalAxes(java.nio.FloatBuffer,com.jme3.math.Transform,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Prismatic"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"proxyGroup()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"proxyMask()"},{"p":"com.jme3.math","c":"Plane","l":"pseudoDistance(Vector3f)","u":"pseudoDistance(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"put(FloatBuffer, int, Vector3f)","u":"put(java.nio.FloatBuffer,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"put(int)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"put(int, int)","u":"put(int,int)"},{"p":"com.jme3.math","c":"FastMath","l":"QUARTER_PI"},{"p":"com.jme3.util","c":"TempVars","l":"quat1"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(Quatd)","u":"%3Cinit%3E(com.simsilica.mathd.Quatd)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(Quaternion)","u":"%3Cinit%3E(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion(float, float, float, float)","u":"%3Cinit%3E(float,float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion(Quaternion)","u":"%3Cinit%3E(com.jme3.math.Quaternion)"},{"p":"jme3utilities","c":"MyString","l":"quote(CharSequence)","u":"quote(java.lang.CharSequence)"},{"p":"com.jme3.math","c":"FastMath","l":"RAD_TO_DEG"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"randomizeConstraints()"},{"p":"com.jme3.bullet","c":"SolverMode","l":"RandomOrder"},{"p":"com.jme3.bullet","c":"FillMode","l":"RaycastFill"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTest(Vector3f, Vector3f)","u":"rayTest(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTest(Vector3f, Vector3f, List)","u":"rayTest(com.jme3.math.Vector3f,com.jme3.math.Vector3f,java.util.List)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestDp(Vec3d, Vec3d, List)","u":"rayTestDp(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d,java.util.List)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestRaw(Vector3f, Vector3f)","u":"rayTestRaw(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestRaw(Vector3f, Vector3f, List)","u":"rayTestRaw(com.jme3.math.Vector3f,com.jme3.math.Vector3f,java.util.List)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"reassignNativeId(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"rebuildRigidBody()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"recalculateAabb()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"RectangularSolid()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"RectangularSolid(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"ReducedDeformableBody(Vector3f[], float[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[],float[])"},{"p":"com.jme3.util","c":"TempVars","l":"release()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"releaseAllClusters()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"releaseCluster(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"removeChildShape(CollisionShape)","u":"removeChildShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"removeCollideWithGroup(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"removeFromIgnoreList(PhysicsCollisionObject)","u":"removeFromIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"removeJoint(PhysicsJoint)","u":"removeJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeJoint(PhysicsJoint)","u":"removeJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"removeMultiBody(MultiBody)","u":"removeMultiBody(com.jme3.bullet.MultiBody)"},{"p":"vhacd","c":"VHACD","l":"removeProgressListener(VHACDProgressListener)","u":"removeProgressListener(vhacd.VHACDProgressListener)"},{"p":"vhacd4","c":"Vhacd4","l":"removeProgressListener(VHACDProgressListener)","u":"removeProgressListener(vhacd.VHACDProgressListener)"},{"p":"jme3utilities","c":"MyString","l":"removeSuffix(String, String)","u":"removeSuffix(java.lang.String,java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeTickListener(PhysicsTickListener)","u":"removeTickListener(com.jme3.bullet.PhysicsTickListener)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"removeWheel(int)"},{"p":"jme3utilities","c":"Validate","l":"require(boolean, String)","u":"require(boolean,java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"reset(PhysicsSpace)","u":"reset(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"reset(PhysicsSpace)","u":"reset(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"resetQuickprof()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"resetRestingLengths()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"resetSuspension()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"resetSuspension()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"restingLengthsScale()"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Revolute"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"rightAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"rightAxisIndex()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"rigid"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"RigidBodyMotionState()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"RigidBodySnapshot(PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"RigidHardness"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"rolling"},{"p":"jme3utilities.math","c":"MyMath","l":"root2"},{"p":"jme3utilities.math","c":"MyMath","l":"rootHalf"},{"p":"jme3utilities.math","c":"MyBuffer","l":"rotate(FloatBuffer, int, int, Quaternion)","u":"rotate(java.nio.FloatBuffer,int,int,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"rotate(Matrix3f)","u":"rotate(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"rotate(Quaternion, Vector3f, Vector3f)","u":"rotate(com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"rotateInverse(Quaternion, Vector3f, Vector3f)","u":"rotateInverse(com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"RotationalLimitMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"RotationMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"scale"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"scaledVolume()"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_MDF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RD"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RDF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RDN"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RS"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"SelfImpulse"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Separate"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"serialize()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"serializeBvh()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"ServoTarget"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"set(Cluster, int, float)","u":"set(com.jme3.bullet.objects.infos.Cluster,int,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(double, double, double)","u":"set(double,double,double)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(double, double, double, double)","u":"set(double,double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(float, float, float)","u":"set(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"set(float, float, float, float)","u":"set(float,float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(int, double)","u":"set(int,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(int, float)","u":"set(int,float)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(int, int, float)","u":"set(int,int,float)"},{"p":"com.jme3.math","c":"Triangle","l":"set(int, Vector3f)","u":"set(int,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"set(Matrix3d)","u":"set(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(Matrix3f)","u":"set(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"set(MotorParam, float)","u":"set(com.jme3.bullet.joints.motors.MotorParam,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"set(MotorParam, int, float)","u":"set(com.jme3.bullet.joints.motors.MotorParam,int,float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"set(MotorParam, Vector3f)","u":"set(com.jme3.bullet.joints.motors.MotorParam,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(Quatd)","u":"set(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"set(Sbcp, float)","u":"set(com.jme3.bullet.objects.infos.Sbcp,float)"},{"p":"com.jme3.math","c":"TransformDp","l":"set(TransformDp)","u":"set(com.jme3.math.TransformDp)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(Vec3d)","u":"set(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"TransformDp","l":"set(Vec3d, Quatd, Vec3d)","u":"set(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(Vector3f)","u":"set(com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(Vector3f)","u":"set(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set(Vector3f, Vector3f, Vector3f)","u":"set(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set1(Vector3f)","u":"set1(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set2(Vector3f)","u":"set2(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set3(Vector3f)","u":"set3(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setAccumulatedImpulse(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setAccumulatedImpulse(Vector3f)","u":"setAccumulatedImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setAccuracy(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setACDMode(ACDMode)","u":"setACDMode(vhacd.ACDMode)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setActivationState(long, int)","u":"setActivationState(long,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setAerodynamics(Aero)","u":"setAerodynamics(com.jme3.bullet.objects.infos.Aero)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setAirDensity(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setAlpha(double)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularFactor(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularFactor(Vector3f)","u":"setAngularFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setAngularLowerLimit(Vector3f)","u":"setAngularLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"setAngularOnly(boolean)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setAngularOnly(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularSleepingThreshold(float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setAngularStiffness(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setAngularUpperLimit(Vector3f)","u":"setAngularUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularVelocityDp(Vec3d)","u":"setAngularVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setAnisotropicFriction(Vector3f, int)","u":"setAnisotropicFriction(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulse(long, float)","u":"setAppliedImpulse(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulseLateral1(long, float)","u":"setAppliedImpulseLateral1(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulseLateral2(long, float)","u":"setAppliedImpulseLateral2(long,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setApplyLocal(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"setApplyPhysicsLocal(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setAsync(boolean)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"setAxis(Vector3f)","u":"setAxis(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setAxisA(Vector3f)","u":"setAxisA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setAxisB(Vector3f)","u":"setAxisB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseAngularVelocity(Vector3f)","u":"setBaseAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseLocation(Vector3f)","u":"setBaseLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseOrientation(Quaternion)","u":"setBaseOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseTransform(Transform)","u":"setBaseTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseVelocity(Vector3f)","u":"setBaseVelocity(com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setBeta(double)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setBodyA(PhysicsBody)","u":"setBodyA(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setBodyB(PhysicsBody)","u":"setBodyB(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setBreakingImpulseThreshold(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCcdMotionThreshold(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCcdSweptSphereRadius(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setCcdWithStaticOnly(boolean)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setCFM(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"setChildTransform(CollisionShape, Transform)","u":"setChildTransform(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setClusterIterations(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollideWithGroups(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setCollideWithGroups(int)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setCollisionBetweenLinkedBodies(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setCollisionFlags(int, int...)","u":"setCollisionFlags(int,int...)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionFlags(long, int)","u":"setCollisionFlags(long,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionGroup(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setCollisionGroup(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedFriction(long, float)","u":"setCombinedFriction(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedRestitution(long, float)","u":"setCombinedRestitution(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedRollingFriction(long, float)","u":"setCombinedRollingFriction(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedSpinningFriction(long, float)","u":"setCombinedSpinningFriction(long,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setConfig(SoftBodyConfig)","u":"setConfig(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactCalcArea3Points(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactDamping(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setContactErp(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setContactFilterEnabled(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactMotion1(long, float)","u":"setContactMotion1(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactMotion2(long, float)","u":"setContactMotion2(long,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactProcessingThreshold(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setContactResponse(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setContactResponse(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactStiffness(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setConvexHullDownSampling(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"setCoordinateSystem(int, int, int)","u":"setCoordinateSystem(int,int,int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"setCoordinateSystem(Vector3f, Vector3f, Vector3f)","u":"setCoordinateSystem(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setDamping(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setDamping(float)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setDamping(float, float)","u":"setDamping(float,float)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setDamping(float, float)","u":"setDamping(float,float)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setDamping(int, float)","u":"setDamping(int,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setDamping(int, float, boolean)","u":"setDamping(int,float,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingLimAng(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setDampingLimited(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setDampingLimited(int, boolean)","u":"setDampingLimited(int,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingOrthoLin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setDeactivationDeadline(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setDeactivationEnabled(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setDeactivationTime(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setDebugEnabled(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setDebugEnabled(boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setDefaultMargin(float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"setDescriber(Describer)","u":"setDescriber(jme3utilities.debug.Describer)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setDistance1(long, float)","u":"setDistance1(long,float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setDriftIterations(int)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setEnabled(boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"setEnabled(DumpFlags, boolean)","u":"setEnabled(jme3utilities.minie.DumpFlags,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setEnabled(int, boolean)","u":"setEnabled(int,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setEnableMotor(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setEnableSleep(boolean)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setEquilibriumPoint()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint(int, float)","u":"setEquilibriumPoint(int,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setERP(float)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setERP(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setERP(Vector3f)","u":"setERP(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setFallSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setFallSpeed(float)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setFeedback(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setFillMode(FillMode)","u":"setFillMode(com.jme3.bullet.FillMode)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setFindBestPlane(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setFlags(long, int)","u":"setFlags(long,int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"setForceUpdateAllAabbs(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setFriction(float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setFrictionSlip(int, float)","u":"setFrictionSlip(int,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setFrontWheel(boolean)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setGlobalCfm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setGravity(float)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setGravityDp(Vec3d)","u":"setGravityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setIgnoreList(PhysicsCollisionObject[])","u":"setIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject[])"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setImpulseClamp(float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"setIndentIncrement(String)","u":"setIndentIncrement(java.lang.String)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"setInfluence(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setInverseInertiaLocal(Vector3f)","u":"setInverseInertiaLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setJointErp(float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"setJointPosition(int, float)","u":"setJointPosition(int,float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"setJointVelocity(int, float)","u":"setJointVelocity(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setJumpSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setJumpSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setKinematic(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLateralFrictionDir1(long, Vector3f)","u":"setLateralFrictionDir1(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLateralFrictionDir2(long, Vector3f)","u":"setLateralFrictionDir2(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setLimit(float, float)","u":"setLimit(float,float)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"setLimit(float, float, float)","u":"setLimit(float,float,float)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setLimit(float, float, float, float, float)","u":"setLimit(float,float,float,float,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setLimitSoftness(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setLimitSoftness(float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearFactor(Vector3f)","u":"setLinearFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setLinearLowerLimit(Vector3f)","u":"setLinearLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearSleepingThreshold(float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setLinearStiffness(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setLinearUpperLimit(Vector3f)","u":"setLinearUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearVelocityDp(Vec3d)","u":"setLinearVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.debug","c":"Describer","l":"setListSeparator(String)","u":"setListSeparator(java.lang.String)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLocalPointA(long, Vector3f)","u":"setLocalPointA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLocalPointB(long, Vector3f)","u":"setLocalPointB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"setLocation(Vector3f)","u":"setLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setLocationAndBasis(Vector3f, Matrix3f)","u":"setLocationAndBasis(com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setLowerAngLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setLowerLimit(float)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"setLowerLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setLowerLimit(Vector3f)","u":"setLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setLowerLinLimit(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMargin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassByArea(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassByCurrent(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMasses(FloatBuffer)","u":"setMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassFromDensity(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setMaxAngMotorForce(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setMaxConcavity(double)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setMaxDisplacement(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxHulls(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setMaxLimitForce(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setMaxLinMotorForce(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setMaxMotorForce(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setMaxMotorForce(Vector3f)","u":"setMaxMotorForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setMaxPenetrationDepth(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setMaxPenetrationDepth(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxRecursion(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setMaxSlope(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setMaxSlope(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setMaxSubSteps(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionForce(int, float)","u":"setMaxSuspensionForce(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionTravelCm(int, float)","u":"setMaxSuspensionTravelCm(int,float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setMaxTimeStep(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setMaxVerticesPerHull(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxVerticesPerHull(int)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setMinBatch(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMinEdgeLength(int)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setMinMax(Vector3f, Vector3f)","u":"setMinMax(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setMinVolumePerHull(double)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setMode(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setMotorEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setMotorEnabled(int, boolean)","u":"setMotorEnabled(int,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setNativeId(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setNativeId(long)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"setNativeId(long)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"setNativeIdNotTracked(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNodeMass(int, float)","u":"setNodeMass(int,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNodeVelocity(int, Vector3f)","u":"setNodeVelocity(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setNormalCFM(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setNormalCFM(Vector3f)","u":"setNormalCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNormals(FloatBuffer)","u":"setNormals(java.nio.FloatBuffer)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"setNormalsModified()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setNormalWorldOnB(long, Vector3f)","u":"setNormalWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setNumIterations(int)"},{"p":"vhacd","c":"VHACDParameters","l":"setPCA(boolean)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotation(Quaternion)","u":"setPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotation(Quaternion)","u":"setPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotationDp(Quatd)","u":"setPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotationDp(Quatd)","u":"setPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsScale(Vector3f)","u":"setPhysicsScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setPhysicsSpace(PhysicsSpace)","u":"setPhysicsSpace(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsTransform(Transform)","u":"setPhysicsTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setPlaneDownSampling(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPose(boolean, boolean)","u":"setPose(boolean,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setPositionIterations(int)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"setPositionsModified()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setPositionWorldOnA(long, Vector3f)","u":"setPositionWorldOnA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setPositionWorldOnB(long, Vector3f)","u":"setPositionWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setPoweredAngMotor(boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setPoweredLinMotor(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setProtectGravity(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setProtectWorldInfo(boolean)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRadius(float)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setRatio(float)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"setRayTestFlags(int)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setReducedModes(int, int)","u":"setReducedModes(int,int)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setReducedModesEnabled(boolean)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"setReinitializationCallbackEnabled(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setRestingLengthScale(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionLimAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionOrthoLin(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRestLength(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRollInfluence(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setRollInfluence(int, float)","u":"setRollInfluence(int,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setRollingFriction(float)"},{"p":"com.jme3.math","c":"TransformDp","l":"setRotation(Quatd)","u":"setRotation(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Transform","l":"setRotation(Quaternion)","u":"setRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRotationAngle(float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setRotationOrder(RotationOrder)","u":"setRotationOrder(com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.math","c":"TransformDp","l":"setScale(double)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setScale(float)"},{"p":"com.jme3.math","c":"Transform","l":"setScale(float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setScale(float, float, float)","u":"setScale(float,float,float)"},{"p":"com.jme3.math","c":"TransformDp","l":"setScale(Vec3d)","u":"setScale(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"setScaledInertia(float, float, float)","u":"setScaledInertia(float,float,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setServoEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setServoEnabled(int, boolean)","u":"setServoEnabled(int,boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setShrinkWrap(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setSleepingThresholds(float, float)","u":"setSleepingThresholds(float,float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessLimAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessOrthoLin(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setSpinningFriction(float)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setSplit(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseEnabled(boolean)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseErp(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseThreshold(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setSpringEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setSpringEnabled(int, boolean)","u":"setSpringEnabled(int,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"setStartupMessageEnabled(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setStepHeight(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setStepHeight(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setStiffness(int, float)","u":"setStiffness(int,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setStiffness(int, float, boolean)","u":"setStiffness(int,float,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setStiffnessLimited(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setStiffnessLimited(int, boolean)","u":"setStiffnessLimited(int,boolean)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setStiffnessScale(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setStopCFM(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setStopCFM(Vector3f)","u":"setStopCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionCompression(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionCompression(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionCompression(int, float)","u":"setSuspensionCompression(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionDamping(int, float)","u":"setSuspensionDamping(int,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setSuspensionLength(float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionStiffness(int, float)","u":"setSuspensionStiffness(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setSweepTest(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setSweepTest(boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setTargetAngMotorVelocity(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setTargetLinMotorVelocity(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setTargetVelocity(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setTargetVelocity(Vector3f)","u":"setTargetVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setTau(float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"setTransform(Vector3f, Matrix3f)","u":"setTransform(com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"setTranslation(Vec3d)","u":"setTranslation(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setTranslation(Vector3f)","u":"setTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"setTranslation(Vector3f)","u":"setTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"setTraversalMode(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setUp(Vector3f)","u":"setUp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setUp(Vector3f)","u":"setUp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setUpperAngLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setUpperLimit(float)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"setUpperLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setUpperLimit(Vector3f)","u":"setUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setUpperLinLimit(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setUserIndex(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setUserIndex(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex3(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserObject(Object)","u":"setUserObject(java.lang.Object)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"setVehicle(PhysicsVehicle)","u":"setVehicle(com.jme3.bullet.objects.PhysicsVehicle)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setVehicleId(long, int)","u":"setVehicleId(long,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVelocities(FloatBuffer)","u":"setVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVelocity(Vector3f)","u":"setVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setVelocityIterations(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVolumeDensity(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVolumeMass(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setVolumePercentError(double)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setVolumeStiffness(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setVoxelResolution(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setVoxelResolution(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setWalkDirection(Vector3f)","u":"setWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setWalkDirection(Vector3f)","u":"setWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterDensity(float)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterNormal(Vector3f)","u":"setWaterNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterOffset(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setWheelsDampingCompression(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setWheelsDampingRelaxation(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWindVelocity(Vector3f)","u":"setWindVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWorldInfo(SoftBodyWorldInfo)","u":"setWorldInfo(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWorldInfoInternal(SoftBodyWorldInfo)","u":"setWorldInfoInternal(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setXExtent(float)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setYExtent(float)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setZExtent(float)"},{"p":"com.jme3.bullet","c":"SolverType","l":"SI"},{"p":"com.jme3.bullet","c":"SolverMode","l":"SIMD"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"SIMPLE"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[])"},{"p":"com.jme3.math","c":"FastMath","l":"sin(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"SixDofSpringJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"SixDofSpringJoint(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.joints.JointEnd)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"size()"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"sleeping"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"slerp(float, Quaternion, Quaternion, Quaternion)","u":"slerp(float,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, Vector3f, Vector3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.joints.JointEnd)"},{"p":"jme3utilities.math","c":"IntPair","l":"smaller()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"soft"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"SoftAngularJoint(Vector3f, PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"SoftAngularJoint(Vector3f, PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"SoftBodyConfig(PhysicsSoftBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"SoftBodyMaterial(PhysicsSoftBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"SoftBodyWorldInfo()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"SoftBodyWorldInfo(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"SoftHardness"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"SoftLinearJoint(Vector3f, PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"SoftLinearJoint(Vector3f, PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"SoftPhysicsJoint(PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"SoftPhysicsJoint(PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"spaceId()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"spaceId()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"SphereCollisionShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"SphereCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"sphereRadius()"},{"p":"jme3utilities.math","c":"MyVolume","l":"sphereVolume(float)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Spherical"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"SphericalSegment(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"SphericalSegment(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"split(Plane)","u":"split(com.jme3.math.Plane)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"splitImpulseErp()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"splitImpulseThreshold()"},{"p":"com.jme3.math","c":"FastMath","l":"sqrt(float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"squad(float, Quaternion, Quaternion, Quaternion, Quaternion, Quaternion)","u":"squad(float,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"squadA(Quaternion, Quaternion, Quaternion, Quaternion)","u":"squadA(com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities","c":"Validate","l":"standardAngle(float, String)","u":"standardAngle(float,java.lang.String)"},{"p":"jme3utilities.math","c":"MyMath","l":"standardize(float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"standardize(Quaternion, Quaternion)","u":"standardize(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"standardize(Vector3f, Vector3f)","u":"standardize(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"standardizeAngle(float)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"STATIC_OBJECT"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"steer(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"steer(int, float)","u":"steer(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"steer(VehicleWheel, float)","u":"steer(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Stiffness"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"StopCfm"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"StopErp"},{"p":"jme3utilities.debug","c":"Dumper","l":"stream"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"SubSimplexRaytest"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(float, float, float)","u":"subtract(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"subtract(Vec3d)","u":"subtract(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(Vector3f)","u":"subtract(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(Vector3f, Vector3f)","u":"subtract(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtractLocal(float, float, float)","u":"subtractLocal(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"subtractLocal(Vec3d)","u":"subtractLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtractLocal(Vector3f)","u":"subtractLocal(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"sumOfSquares(float...)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"surfaceArea()"},{"p":"com.jme3.bullet","c":"FillMode","l":"SurfaceOnly"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"sweepTest(ConvexShape, Transform, Transform, List, float)","u":"sweepTest(com.jme3.bullet.collision.shapes.ConvexShape,com.jme3.math.Transform,com.jme3.math.Transform,java.util.List,float)"},{"p":"com.jme3.math","c":"FastMath","l":"tan(float)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"TargetVelocity"},{"p":"vhacd","c":"ACDMode","l":"TETRAHEDRON"},{"p":"jme3utilities.math","c":"MyVolume","l":"tetrahedronVolume(Vector3f, Vector3f, Vector3f, Vector3f)","u":"tetrahedronVolume(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"threadTmpVector"},{"p":"jme3utilities","c":"Validate","l":"throwNpe"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"TimeScale"},{"p":"jme3utilities.math","c":"VectorSet","l":"toBuffer()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toBuffer()"},{"p":"jme3utilities.math","c":"MyMath","l":"toDegrees(float)"},{"p":"jme3utilities.math","c":"VectorSet","l":"toFloatArray()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toFloatArray()"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"toHullShape()"},{"p":"vhacd","c":"VHACDParameters","l":"toMap()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toMap()"},{"p":"vhacd","c":"VHACDParameters","l":"toOutputStream(OutputStream)","u":"toOutputStream(java.io.OutputStream)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toOutputStream(OutputStream)","u":"toOutputStream(java.io.OutputStream)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toQuaternion()"},{"p":"jme3utilities.math","c":"MyMath","l":"toRadians(float)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toRotationMatrix()"},{"p":"com.jme3.math","c":"Matrix4f","l":"toRotationMatrix(Matrix3f)","u":"toRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix(Matrix3f)","u":"toRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix(Matrix4f)","u":"toRotationMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toRotationQuat(Quaternion)","u":"toRotationQuat(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toScaleVector(Vector3f)","u":"toScaleVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"toString()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"toString()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"toString()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"toString()"},{"p":"com.jme3.math","c":"Matrix3f","l":"toString()"},{"p":"com.jme3.math","c":"Matrix4f","l":"toString()"},{"p":"com.jme3.math","c":"Plane","l":"toString()"},{"p":"com.jme3.math","c":"Quaternion","l":"toString()"},{"p":"com.jme3.math","c":"Transform","l":"toString()"},{"p":"com.jme3.math","c":"TransformDp","l":"toString()"},{"p":"com.jme3.math","c":"Vector3f","l":"toString()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"toString()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toString()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"toString()"},{"p":"jme3utilities.math","c":"IntPair","l":"toString()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"toString()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toString()"},{"p":"vhacd","c":"VHACDParameters","l":"toString()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toString()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"totalAppliedForce(Vector3f)","u":"totalAppliedForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"totalAppliedTorque(Vector3f)","u":"totalAppliedTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"toTransformMatrix()"},{"p":"com.jme3.math","c":"Quaternion","l":"toTransformMatrix(Matrix4f)","u":"toTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Transform","l":"toTransformMatrix(Matrix4f)","u":"toTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toTranslationVector(Vector3f)","u":"toTranslationVector(com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"toVector3f()"},{"p":"jme3utilities.math","c":"VectorSet","l":"toVectorArray()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toVectorArray()"},{"p":"com.jme3.math","c":"Transform","l":"Transform()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"transform(FloatBuffer, int, int, Transform)","u":"transform(java.nio.FloatBuffer,int,int,com.jme3.math.Transform)"},{"p":"jme3utilities.math","c":"MyMath","l":"transform(Transform, Vector3f, Vector3f)","u":"transform(com.jme3.math.Transform,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"Transform(Vector3f, Quaternion)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Transform","l":"Transform(Vector3f, Quaternion, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(TransformDp)","u":"%3Cinit%3E(com.jme3.math.TransformDp)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(Vec3d, Quatd)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(Vec3d, Quatd, Vec3d)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd,com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.math","c":"MyMath","l":"transformInverse(Transform, Triangle, Triangle)","u":"transformInverse(com.jme3.math.Transform,com.jme3.math.Triangle,com.jme3.math.Triangle)"},{"p":"jme3utilities.math","c":"MyMath","l":"transformInverse(Transform, Vector3f, Vector3f)","u":"transformInverse(com.jme3.math.Transform,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"transformInverseVector(Vec3d, Vec3d)","u":"transformInverseVector(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"TransformDp","l":"transformVector(Vec3d, Vec3d)","u":"transformVector(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"translate(FloatBuffer, int, int, Vector3f)","u":"translate(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"translate(Vector3f)","u":"translate(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"TranslationalLimitMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"TranslationMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"transpose()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"traversalMode()"},{"p":"com.jme3.math","c":"Triangle","l":"Triangle()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Triangle","l":"Triangle(Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"triangleIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"triangleIndex()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"triangleIndex(int)"},{"p":"com.jme3.math","c":"FastMath","l":"TWO_PI"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"unassignNativeObject()"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_X"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_X"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_XYZ"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_Y"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_Y"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_Z"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_Z"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"upAxis()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"upAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"upAxisIndex()"},{"p":"vhacd","c":"VHACDProgressListener","l":"update(double, double, double, String, String)","u":"update(double,double,double,java.lang.String,java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float, int)","u":"update(float,int)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float, int, boolean, boolean, boolean)","u":"update(float,int,boolean,boolean,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updateClusterMesh(PhysicsSoftBody, Mesh, boolean)","u":"updateClusterMesh(com.jme3.bullet.objects.PhysicsSoftBody,jme3utilities.lbj.Mesh,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updateMesh(PhysicsSoftBody, IntBuffer, Mesh, boolean, boolean, Transform)","u":"updateMesh(com.jme3.bullet.objects.PhysicsSoftBody,java.nio.IntBuffer,jme3utilities.lbj.Mesh,boolean,boolean,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"updatePhysicsState()"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updatePinMesh(PhysicsSoftBody, Mesh, boolean)","u":"updatePinMesh(com.jme3.bullet.objects.PhysicsSoftBody,jme3utilities.lbj.Mesh,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"updateScale()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"updateSolver()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"updateSolver()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"updateWheels()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"updateWheelTransform(VehicleWheel)","u":"updateWheelTransform(com.jme3.bullet.objects.VehicleWheel)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"UpperLimit"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Use2Directions"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"useDeterministicDispatch(boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"useGlobalVelocities(boolean)"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"user"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"userIndex()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"userIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex2()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"userIndex2()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"userIndex2()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex3()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"useRK4(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"useScr(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_OneSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_Point"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_TwoSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_TwoSidedLiftDrag"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"validateUnit(Quaternion, String, float)","u":"validateUnit(com.jme3.math.Quaternion,java.lang.String,float)"},{"p":"com.jme3.bullet","c":"FillMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"SolverType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.system","c":"Platform.Os","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.system","c":"Platform","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"vhacd","c":"ACDMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"FillMode","l":"values()"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"values()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"values()"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"values()"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"values()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"values()"},{"p":"com.jme3.bullet","c":"SolverType","l":"values()"},{"p":"com.jme3.system","c":"Platform.Os","l":"values()"},{"p":"com.jme3.system","c":"Platform","l":"values()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"values()"},{"p":"vhacd","c":"ACDMode","l":"values()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(Vec3d)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.util","c":"TempVars","l":"vect1"},{"p":"com.jme3.util","c":"TempVars","l":"vect2"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"VectorSetUsingBuffer(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"VehicleController(PhysicsVehicle, PhysicsSpace)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsVehicle,com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"VehicleTuning()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"VehicleWheel(Vector3f, Vector3f, Vector3f, float, float, boolean)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float,float,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"VelocityCorrection"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"velocityIterations()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"verifyMutable()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"versionNumber()"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"VF_DD"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"VF_SS"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"Vhacd4Parameters()","u":"%3Cinit%3E()"},{"p":"vhacd","c":"VHACDParameters","l":"VHACDParameters()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"volume()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"VolumeConservation"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"volumeConvex()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"volumeConvex(ConvexShape, int)","u":"volumeConvex(com.jme3.bullet.collision.shapes.ConvexShape,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"volumeStiffness()"},{"p":"vhacd","c":"ACDMode","l":"VOXEL"},{"p":"com.jme3.math","c":"Quaternion","l":"w"},{"p":"com.simsilica.mathd","c":"Quatd","l":"w"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"wantsDeactivation"},{"p":"com.jme3.bullet","c":"SolverMode","l":"WarmStart"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"warp(Vector3f)","u":"warp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"warp(Vector3f)","u":"warp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"warpDp(Vec3d)","u":"warpDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"waterDensity()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"waterOffset()"},{"p":"com.jme3.system","c":"Platform.Os","l":"Windows"},{"p":"com.jme3.system","c":"Platform","l":"Windows_ARM32"},{"p":"com.jme3.system","c":"Platform","l":"Windows_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"Windows32"},{"p":"com.jme3.system","c":"Platform","l":"Windows64"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"windVelocity(Vector3f)","u":"windVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"worldTransform(Transform)","u":"worldTransform(com.jme3.math.Transform)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"wrapIndexBuffer(Buffer)","u":"wrapIndexBuffer(java.nio.Buffer)"},{"p":"com.jme3.math","c":"Quaternion","l":"x"},{"p":"com.jme3.math","c":"Vector3f","l":"x"},{"p":"com.simsilica.mathd","c":"Quatd","l":"x"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"x"},{"p":"jme3utilities.math","c":"MyVector3f","l":"xAxis"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"XYZ"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"XZY"},{"p":"com.jme3.math","c":"Quaternion","l":"y"},{"p":"com.jme3.math","c":"Vector3f","l":"y"},{"p":"com.simsilica.mathd","c":"Quatd","l":"y"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"y"},{"p":"jme3utilities.math","c":"MyVector3f","l":"yAxis"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"yMax()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"yMin()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"YXZ"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"YZX"},{"p":"com.jme3.math","c":"Quaternion","l":"z"},{"p":"com.jme3.math","c":"Vector3f","l":"z"},{"p":"com.simsilica.mathd","c":"Quatd","l":"z"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"z"},{"p":"jme3utilities.math","c":"MyVector3f","l":"zAxis"},{"p":"com.jme3.math","c":"Matrix3f","l":"ZERO"},{"p":"com.jme3.math","c":"Quaternion","l":"ZERO"},{"p":"com.jme3.math","c":"Vector3f","l":"ZERO"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"ZERO"},{"p":"com.jme3.math","c":"Matrix3f","l":"zero()"},{"p":"com.jme3.math","c":"Matrix4f","l":"zero()"},{"p":"com.jme3.math","c":"Vector3f","l":"zero()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"ZXY"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"ZYX"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"A"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"aabbCenter(Vector3f)","u":"aabbCenter(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"aabbVolume()"},{"p":"com.jme3.math","c":"FastMath","l":"abs(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"accelerate(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"accelerate(int, float)","u":"accelerate(int,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateMaxima(Vector3f, Vector3f)","u":"accumulateMaxima(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateMinima(Vector3f, Vector3f)","u":"accumulateMinima(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"accumulateScaled(Quaternion, Quaternion, float)","u":"accumulateScaled(com.jme3.math.Quaternion,com.jme3.math.Quaternion,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"accumulateScaled(Vector3f, Vector3f, float)","u":"accumulateScaled(com.jme3.math.Vector3f,com.jme3.math.Vector3f,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"activate()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"activate(boolean)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"activateAll(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"activateAll(boolean)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"active"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"add(double, double, double)","u":"add(double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSet","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"add(float, float, float)","u":"add(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"add(IndexedMesh)","u":"add(com.jme3.bullet.collision.shapes.infos.IndexedMesh)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"add(Object)","u":"add(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"add(Vec3d)","u":"add(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"add(Vector3f)","u":"add(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"add(Vector3f, Vector3f)","u":"add(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"addAll(Iterable)","u":"addAll(java.lang.Iterable)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"addAll(Iterable)","u":"addAll(java.lang.Iterable)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseCollider(CollisionShape)","u":"addBaseCollider(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseForce(Vector3f)","u":"addBaseForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"addBaseTorque(Vector3f)","u":"addBaseTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, float, float, float)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Transform)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Vector3f)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"addChildShape(CollisionShape, Vector3f, Matrix3f)","u":"addChildShape(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addCollider(CollisionShape)","u":"addCollider(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"addCollideWithGroup(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addCollisionObject(PhysicsCollisionObject)","u":"addCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addConstraintForce(Vector3f)","u":"addConstraintForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addConstraintTorque(Vector3f)","u":"addConstraintTorque(com.jme3.math.Vector3f)"},{"p":"jme3utilities.debug","c":"Dumper","l":"addDescription(String)","u":"addDescription(java.lang.String)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addForce(Vector3f)","u":"addForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"addJoint(PhysicsJoint)","u":"addJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addJoint(PhysicsJoint)","u":"addJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addJointTorque(int, float)","u":"addJointTorque(int,float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"addLine(String)","u":"addLine(java.lang.String)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"addLocal(double, double, double)","u":"addLocal(double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"addLocal(float, float, float)","u":"addLocal(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"addLocal(Quaternion)","u":"addLocal(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"addLocal(Vec3d)","u":"addLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"addLocal(Vector3f)","u":"addLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"addMultiBody(MultiBody)","u":"addMultiBody(com.jme3.bullet.MultiBody)"},{"p":"vhacd","c":"VHACD","l":"addProgressListener(VHACDProgressListener)","u":"addProgressListener(vhacd.VHACDProgressListener)"},{"p":"vhacd4","c":"Vhacd4","l":"addProgressListener(VHACDProgressListener)","u":"addProgressListener(vhacd.VHACDProgressListener)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"addTickListener(PhysicsTickListener)","u":"addTickListener(com.jme3.bullet.PhysicsTickListener)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"addToIgnoreList(PhysicsCollisionObject)","u":"addToIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"addTorque(Vector3f)","u":"addTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"addVelocity(Vector3f)","u":"addVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"addVelocity(Vector3f, int)","u":"addVelocity(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"addWheel(Vector3f, Vector3f, Vector3f, float, float, boolean)","u":"addWheel(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float,float,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"addWheel(VehicleWheel, VehicleTuning)","u":"addWheel(com.jme3.bullet.objects.VehicleWheel,com.jme3.bullet.objects.infos.VehicleTuning)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"aerodynamics()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"airDensity()"},{"p":"com.jme3.util","c":"BufferAllocator","l":"allocate(int)"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"allocate(int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"AllowZeroLength"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"Anchor(PhysicsSoftBody, int, PhysicsRigidBody, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"AnchorHardness"},{"p":"com.jme3.system","c":"Platform.Os","l":"Android"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM5"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM6"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM7"},{"p":"com.jme3.system","c":"Platform","l":"Android_ARM8"},{"p":"com.jme3.system","c":"Platform","l":"Android_Other"},{"p":"com.jme3.system","c":"Platform","l":"Android_X86"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"AngularDamping"},{"p":"com.jme3.bullet","c":"MultiBody","l":"angularDamping()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"angularStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendFaces(IndexBuffer)","u":"appendFaces(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromLineMesh(Mesh, PhysicsSoftBody)","u":"appendFromLineMesh(jme3utilities.lbj.Mesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromNativeMesh(IndexedMesh, PhysicsSoftBody)","u":"appendFromNativeMesh(com.jme3.bullet.collision.shapes.infos.IndexedMesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendFromTriMesh(Mesh, PhysicsSoftBody)","u":"appendFromTriMesh(jme3utilities.lbj.Mesh,com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendLinks(IndexBuffer)","u":"appendLinks(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendNodes(FloatBuffer)","u":"appendNodes(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"appendTetras(IndexBuffer)","u":"appendTetras(jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"appendTetras(PhysicsSoftBody)","u":"appendTetras(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"appliedForce(Vector3f)","u":"appliedForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"appliedTorque(Vector3f)","u":"appliedTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"applyAllExceptIgnoreListTo(PhysicsRigidBody)","u":"applyAllExceptIgnoreListTo(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyCentralForce(Vector3f)","u":"applyCentralForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyCentralImpulse(Vector3f)","u":"applyCentralImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"applyEngineForce(VehicleWheel, float)","u":"applyEngineForce(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyForce(Vector3f)","u":"applyForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyForce(Vector3f, int)","u":"applyForce(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyForce(Vector3f, Vector3f)","u":"applyForce(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyImpulse(Vector3f, Vector3f)","u":"applyImpulse(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyRotation(Quaternion)","u":"applyRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyScale(Vector3f)","u":"applyScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"applyTo(PhysicsRigidBody)","u":"applyTo(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyTorque(Vector3f)","u":"applyTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"applyTorqueImpulse(Vector3f)","u":"applyTorqueImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyTransform(Transform)","u":"applyTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"applyTranslation(Vector3f)","u":"applyTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"FastMath","l":"approximateEquals(float, float)","u":"approximateEquals(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"aRadius()"},{"p":"jme3utilities.math","c":"MyMath","l":"area(Triangle)","u":"area(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"ArticulatedWarmStart"},{"p":"com.jme3.math","c":"FastMath","l":"atan(float)"},{"p":"com.jme3.math","c":"FastMath","l":"atan2(float, float)","u":"atan2(float,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"attachCollisionShape(long, long)","u":"attachCollisionShape(long,long)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"attachShape(CollisionShape)","u":"attachShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"AXIS_SWEEP_3"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"AXIS_SWEEP_3_32"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_X"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_Y"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"AXIS_Z"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"axis(Vector3f)","u":"axis(com.jme3.math.Vector3f)"},{"p":"jme3utilities","c":"Validate","l":"axisIndex(int, String)","u":"axisIndex(int,java.lang.String)"},{"p":"jme3utilities","c":"MyString","l":"axisName(int)"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"B"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseAngularVelocity(Vector3f)","u":"baseAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseForce(Vector3f)","u":"baseForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseInertia(Vector3f)","u":"baseInertia(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseLocation(Vector3f)","u":"baseLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseMass()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseOrientation(Quaternion)","u":"baseOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseTorque(Vector3f)","u":"baseTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseTransform(Transform)","u":"baseTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"baseVelocity(Vector3f)","u":"baseVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"basic"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Bounce"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"boundingBox(BoundingBox)","u":"boundingBox(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"boundingBox(BoundingBox)","u":"boundingBox(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox(Vector3f, float, float, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"boundingBox(Vector3f, Matrix3f, BoundingBox)","u":"boundingBox(com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"boundingBox(Vector3f, Quaternion, BoundingBox)","u":"boundingBox(com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"BoundingBox(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"BoundingValueHierarchy(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"BoundingValueHierarchy(MeshCollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.MeshCollisionShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"Box2dShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"BoxCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVolume","l":"boxVolume(Vector3f)","u":"boxVolume(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"bRadius()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"brake(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"brake(int, float)","u":"brake(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"brake(VehicleWheel, float)","u":"brake(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"CacheDirection"},{"p":"com.jme3.bullet","c":"SolverMode","l":"CacheFriendly"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedBasisA(Matrix3f)","u":"calculatedBasisA(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedBasisB(Matrix3f)","u":"calculatedBasisB(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedOriginA(Vector3f)","u":"calculatedOriginA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"calculatedOriginB(Vector3f)","u":"calculatedOriginB(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"calculateNormal()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"canScale(Vector3f)","u":"canScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"canSet(float)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"canSet(float)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"canSet(float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"canSleep()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"canSplit()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"canWakeup()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"CapsuleCollisionShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"CapsuleCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"jme3utilities.math","c":"MyVolume","l":"capsuleVolume(float, float)","u":"capsuleVolume(float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"cardinalizeLocal(Quaternion)","u":"cardinalizeLocal(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"castRay(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"castRay(VehicleWheel)","u":"castRay(com.jme3.bullet.objects.VehicleWheel)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"CHARACTER_OBJECT"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"CharacterController(PhysicsCharacter)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsCharacter)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"checkParameters()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"checkRotationOrder()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"ChildCollisionShape(Vector3f, CollisionShape)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"ChildCollisionShape(Vector3f, Matrix3f, CollisionShape)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"ChildShapes"},{"p":"jme3utilities.math","c":"MyMath","l":"circle(double)"},{"p":"jme3utilities.math","c":"MyMath","l":"circle(float)"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_RS"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_SELF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"CL_SS"},{"p":"jme3utilities.math","c":"MyMath","l":"clamp(double, double, double)","u":"clamp(double,double,double)"},{"p":"com.jme3.math","c":"FastMath","l":"clamp(float, float, float)","u":"clamp(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"clamp(int, int, int)","u":"clamp(int,int,int)"},{"p":"jme3utilities.math","c":"VectorSet","l":"clear()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"clear()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearConstraintForces()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"clearForces()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearForcesAndTorques()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"clearIgnoreList()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"clearStats()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"clearVelocities()"},{"p":"com.jme3.math","c":"Matrix3f","l":"clone()"},{"p":"com.jme3.math","c":"Matrix4f","l":"clone()"},{"p":"com.jme3.math","c":"Plane","l":"clone()"},{"p":"com.jme3.math","c":"Quaternion","l":"clone()"},{"p":"com.jme3.math","c":"Transform","l":"clone()"},{"p":"com.jme3.math","c":"Vector3f","l":"clone()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"clone()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"clone()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"clone()"},{"p":"jme3utilities.debug","c":"Describer","l":"clone()"},{"p":"jme3utilities.debug","c":"Dumper","l":"clone()"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"clone()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"clone()"},{"p":"vhacd","c":"VHACDParameters","l":"clone()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"clone()"},{"p":"vhacd","c":"VHACDHull","l":"clonePositions()"},{"p":"vhacd4","c":"Vhacd4Hull","l":"clonePositions()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"clusterCenter(int, Vector3f)","u":"clusterCenter(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"clusterIndexA()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"clusterIndexB()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"clusterIterations()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterKineticHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterKineticSplit"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterRigidHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterRigidSplit"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"ClustersInSofts"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterSoftHardness"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"ClusterSoftSplit"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"collider"},{"p":"com.jme3.bullet","c":"MultiBody","l":"collideWithGroups()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_01"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_02"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_03"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_04"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_05"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_06"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_07"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_08"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_09"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_10"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_11"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_12"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_13"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_14"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_15"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_16"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"COLLISION_GROUP_NONE"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionListener","l":"collision(PhysicsCollisionEvent)","u":"collision(com.jme3.bullet.collision.PhysicsCollisionEvent)"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"CollisionConfiguration()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"CollisionConfiguration(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"collisionFlags()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"collisionFlags()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"collisionGroup()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"CollisionShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"CollisionSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int,com.jme3.bullet.CollisionConfiguration)"},{"p":"jme3utilities.math","c":"MyMath","l":"combine(Transform, Transform, Transform)","u":"combine(com.jme3.math.Transform,com.jme3.math.Transform,com.jme3.math.Transform)"},{"p":"com.jme3.math","c":"TransformDp","l":"combineWithParent(TransformDp)","u":"combineWithParent(com.jme3.math.TransformDp)"},{"p":"jme3utilities.math","c":"IntPair","l":"compareTo(IntPair)","u":"compareTo(jme3utilities.math.IntPair)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"compareTo(NativePhysicsObject)","u":"compareTo(com.jme3.bullet.NativePhysicsObject)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"CompoundCollisionShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"CompoundCollisionShape(int)","u":"%3Cinit%3E(int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh(CompoundMesh)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"CompoundMesh(CompoundMesh, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh,com.jme3.math.Vector3f)"},{"p":"vhacd4","c":"Vhacd4","l":"compute(float[], int[], Vhacd4Parameters)","u":"compute(float[],int[],vhacd4.Vhacd4Parameters)"},{"p":"vhacd","c":"VHACD","l":"compute(float[], int[], VHACDParameters)","u":"compute(float[],int[],vhacd.VHACDParameters)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"ConeCollisionShape(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"ConeCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"ConeJoint(PhysicsRigidBody, Vector3f, Matrix3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"MyVolume","l":"coneVolume(float, float)","u":"coneVolume(float,float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureFixedLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f)","u":"configureFixedLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configurePlanarLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, boolean)","u":"configurePlanarLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configurePrismaticLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, Vector3f, boolean)","u":"configurePrismaticLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureRevoluteLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, Vector3f, boolean)","u":"configureRevoluteLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"configureSphericalLink(float, Vector3f, MultiBodyLink, Quaternion, Vector3f, Vector3f, boolean)","u":"configureSphericalLink(float,com.jme3.math.Vector3f,com.jme3.bullet.MultiBodyLink,com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"ConicalFrustum(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"conjugate(Quaternion, Quaternion)","u":"conjugate(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"connectivityMatrix(CollisionSpace)","u":"connectivityMatrix(com.jme3.bullet.CollisionSpace)"},{"p":"com.jme3.math","c":"Plane","l":"constant"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsBody, PhysicsBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsBody,com.jme3.bullet.objects.PhysicsBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsRigidBody, JointEnd, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"Constraint(PhysicsRigidBody, JointEnd, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"constraintForce(Vector3f)","u":"constraintForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"constraintTorque(Vector3f)","u":"constraintTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"CONTACT_STIFFNESS_DAMPING"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"contactErp()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"contactTest(PhysicsCollisionObject, PhysicsCollisionListener)","u":"contactTest(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionListener)"},{"p":"jme3utilities.math","c":"VectorSet","l":"contains(float, float, float)","u":"contains(float,float,float)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"contains(float, float, float)","u":"contains(float,float,float)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"contains(MultiBodyCollider)","u":"contains(com.jme3.bullet.objects.MultiBodyCollider)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"contains(PhysicsCollisionObject)","u":"contains(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"contains(PhysicsJoint)","u":"contains(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"jme3utilities.math","c":"VectorSet","l":"contains(Vector3f)","u":"contains(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"contains(Vector3f)","u":"contains(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"Convex2dShape(ConvexShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"Convex2dShape(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"ConvexShape()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"copyAabb(BoundingBox)","u":"copyAabb(com.jme3.bounding.BoundingBox)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"copyAll(CharacterController)","u":"copyAll(com.jme3.bullet.objects.infos.CharacterController)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"copyAll(SoftBodyConfig)","u":"copyAll(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyAll(SoftBodyWorldInfo)","u":"copyAll(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"copyAll(SolverInfo)","u":"copyAll(com.jme3.bullet.SolverInfo)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"copyAxis(Vector3f)","u":"copyAxis(com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"copyBuffer()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"copyCenter(int, Vector3f)","u":"copyCenter(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterCenters(FloatBuffer)","u":"copyClusterCenters(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterMasses(FloatBuffer)","u":"copyClusterMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyClusterVelocities(FloatBuffer)","u":"copyClusterVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyFaces(IntBuffer)","u":"copyFaces(java.nio.IntBuffer)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyGravity(Vector3f)","u":"copyGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"copyHullVertices()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyIndices()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyLinks(IntBuffer)","u":"copyLinks(java.nio.IntBuffer)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"copyLocation(Vector3f)","u":"copyLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyLocations(FloatBuffer)","u":"copyLocations(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyMasses(FloatBuffer)","u":"copyMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyNormals(FloatBuffer)","u":"copyNormals(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyOffset(Vector3f)","u":"copyOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"copyPcoProperties(PhysicsCollisionObject)","u":"copyPcoProperties(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"copyPivot(Vector3f)","u":"copyPivot(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"copyQuantization(Vector3f)","u":"copyQuantization(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyRotation(Quaternion)","u":"copyRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyRotationMatrix(Matrix3f)","u":"copyRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyTetras(IntBuffer)","u":"copyTetras(java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"copyTransform(Transform)","u":"copyTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyTriangle(int, Triangle)","u":"copyTriangle(int,com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyTriangles()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"copyVelocities(FloatBuffer)","u":"copyVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"copyVertex(int, Vector3f)","u":"copyVertex(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"copyVertexPositions()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"copyVertices()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"copyWaterNormal(Vector3f)","u":"copyWaterNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"correctAxes(Transform)","u":"correctAxes(com.jme3.math.Transform)"},{"p":"com.jme3.math","c":"FastMath","l":"cos(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"countChildren()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"countClampedCcdMotions()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countClusters()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"countCollisionObjects()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countColumns()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countConfiguredLinks()"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"countDistinct()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countDofs()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"countDofs()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"countEnds()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countFaces()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"countGroups(CollisionSpace, int[])","u":"countGroups(com.jme3.bullet.CollisionSpace,int[])"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"countHullVertices()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"countIgnored()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"countJoints()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"countJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"countJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countJoints()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countLeafNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countLinks()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countManifolds()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countMeshTriangles()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countMeshTriangles()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"countMeshVertices()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"countMultiBodies()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countNodes()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countNodesInCluster(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countPinnedNodes()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"countPoints(long)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"countPositionVariables()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"countPositionVariables()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countRigidBodies()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"countRows()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"countSoftBodies()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"countSoftBodies()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"countSolvers()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"countSpheres()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"countSubmeshes()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"countSubtreeHeaders()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"countTetras()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"countThreads()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"countTickListeners()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"countTrackers()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countTriangles()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"countTriangles()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"countVertices()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"countVertices()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"countWheels()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"covariance(FloatBuffer, int, int, Matrix3f)","u":"covariance(java.nio.FloatBuffer,int,int,com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"covariance(Matrix3f)","u":"covariance(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"covariance(Matrix3f)","u":"covariance(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"crash()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"create()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"create()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"create()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"create()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"create()"},{"p":"com.jme3.util","c":"BufferUtils","l":"createByteBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(float...)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createFloatBuffer(Vector3f...)","u":"createFloatBuffer(com.jme3.math.Vector3f...)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"createIndexBuffer(int, int)","u":"createIndexBuffer(int,int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createIntBuffer(int)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createIntBuffer(int...)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"createJoint(long, long, Vector3f, Matrix3f, Vector3f, Matrix3f, boolean)","u":"createJoint(long,long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"createJoint(long, long, Vector3f, Matrix3f, Vector3f, Matrix3f, boolean)","u":"createJoint(long,long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"createJoint1(long, Vector3f, Matrix3f, boolean)","u":"createJoint1(long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"createJoint1(long, Vector3f, Matrix3f, boolean)","u":"createJoint1(long,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.util","c":"BufferUtils","l":"createShortBuffer(int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"createTestPoint()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"createVehicle(PhysicsSpace)","u":"createVehicle(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(float, float, float, Vector3f)","u":"cross(float,float,float,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"cross(Vec3d)","u":"cross(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(Vector3f)","u":"cross(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"cross(Vector3f, Vector3f)","u":"cross(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"crossLocal(float, float, float)","u":"crossLocal(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"cube(float)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"CUSTOM_MATERIAL_CALLBACK"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"CustomConvexShape(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"CustomConvexShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"cutLink(int, int, float)","u":"cutLink(int,int,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(FloatBuffer, int, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"CylinderCollisionShape(Vector3f, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,int)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"cylinderRadius(FloatBuffer, int, int, int)","u":"cylinderRadius(java.nio.FloatBuffer,int,int,int)"},{"p":"jme3utilities.math","c":"MyVolume","l":"cylinderVolume(Vector3f)","u":"cylinderVolume(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Damping"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Damping"},{"p":"com.jme3.bullet","c":"SolverType","l":"Dantzig"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"DBVT"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"debugVertices(CollisionShape, int)","u":"debugVertices(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"defaultForRotationMotor()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"defaultForTranslationMotor()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"DeformableSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"defValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"defValue()"},{"p":"com.jme3.math","c":"FastMath","l":"DEG_TO_RAD"},{"p":"jme3utilities.debug","c":"Describer","l":"describe(BoundingBox)","u":"describe(com.jme3.bounding.BoundingBox)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(CollisionConfiguration)","u":"describe(com.jme3.bullet.CollisionConfiguration)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(CollisionShape)","u":"describe(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities","c":"MyString","l":"describe(float)"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"describe(int)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"describe(int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"describe(int)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(PhysicsJoint)","u":"describe(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"jme3utilities.minie","c":"MyPco","l":"describe(PhysicsRigidBody)","u":"describe(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"describe(Quaternion)","u":"describe(com.jme3.math.Quaternion)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(RotationalLimitMotor)","u":"describe(com.jme3.bullet.joints.motors.RotationalLimitMotor)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(SoftBodyMaterial)","u":"describe(com.jme3.bullet.objects.infos.SoftBodyMaterial)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(SoftBodyWorldInfo)","u":"describe(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(TranslationalLimitMotor, int)","u":"describe(com.jme3.bullet.joints.motors.TranslationalLimitMotor,int)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"describe(Vector3f)","u":"describe(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe(VehicleWheel)","u":"describe(com.jme3.bullet.objects.VehicleWheel)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe1(SoftBodyConfig)","u":"describe1(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe2(SoftBodyConfig)","u":"describe2(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describe2(VehicleWheel)","u":"describe2(com.jme3.bullet.objects.VehicleWheel)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeAngular(SixDofJoint)","u":"describeAngular(com.jme3.bullet.joints.SixDofJoint)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"describeDirection(Vector3f)","u":"describeDirection(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeDof(New6Dof, int)","u":"describeDof(com.jme3.bullet.joints.New6Dof,int)"},{"p":"jme3utilities","c":"MyString","l":"describeFraction(float)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeGroups(PhysicsCollisionObject)","u":"describeGroups(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"jme3utilities.debug","c":"Describer","l":"describeHalfExtents(Vector3f)","u":"describeHalfExtents(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeJointInBody(PhysicsJoint, PhysicsBody, boolean)","u":"describeJointInBody(com.jme3.bullet.joints.PhysicsJoint,com.jme3.bullet.objects.PhysicsBody,boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeJointInSpace(PhysicsJoint, boolean)","u":"describeJointInSpace(com.jme3.bullet.joints.PhysicsJoint,boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeLinear(SixDofJoint)","u":"describeLinear(com.jme3.bullet.joints.SixDofJoint)"},{"p":"jme3utilities","c":"MyString","l":"describeMatrix(Matrix3f)","u":"describeMatrix(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.debug","c":"Describer","l":"Describer()","u":"%3Cinit%3E()"},{"p":"jme3utilities.debug","c":"Describer","l":"describeScale(Vector3f)","u":"describeScale(com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"MyShape","l":"describeType(CollisionShape)","u":"describeType(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"describeUser(PhysicsCollisionObject)","u":"describeUser(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"destroy()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"destroy()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"destroy()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"destroy()"},{"p":"com.jme3.util","c":"BufferAllocator","l":"destroyDirectBuffer(Buffer)","u":"destroyDirectBuffer(java.nio.Buffer)"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"destroyDirectBuffer(Buffer)","u":"destroyDirectBuffer(java.nio.Buffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"destroySoftBody()"},{"p":"com.jme3.math","c":"Matrix3f","l":"determinant()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"determinant()"},{"p":"com.jme3.math","c":"Quaternion","l":"DIRECTION_Z"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"DISABLE_SPU_COLLISION_PROCESSING"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"DISABLE_VISUALIZE_OBJECT"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"DisableHeightfieldAccelerator"},{"p":"com.jme3.math","c":"Vector3f","l":"distance(Vector3f)","u":"distance(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"DistinctVectorValues(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.math","c":"Vector3f","l":"divide(float, float, float)","u":"divide(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"divide(Vector3f)","u":"divide(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(float, float, float)","u":"divideLocal(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"divideLocal(Vec3d)","u":"divideLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"divideLocal(Vector3f)","u":"divideLocal(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"dot(Quaternion, Quaternion)","u":"dot(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"dot(Vec3d)","u":"dot(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"dot(Vector3f)","u":"dot(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"dot(Vector3f, Vector3f)","u":"dot(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Drag"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"driftIterations()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(CollisionShape, String)","u":"dump(com.jme3.bullet.collision.shapes.CollisionShape,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(MultiBodyCollider, String)","u":"dump(com.jme3.bullet.objects.MultiBodyCollider,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsCharacter, String)","u":"dump(com.jme3.bullet.objects.PhysicsCharacter,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsGhostObject, String)","u":"dump(com.jme3.bullet.objects.PhysicsGhostObject,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsJoint, String)","u":"dump(com.jme3.bullet.joints.PhysicsJoint,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsRigidBody, String)","u":"dump(com.jme3.bullet.objects.PhysicsRigidBody,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSoftBody, String)","u":"dump(com.jme3.bullet.objects.PhysicsSoftBody,java.lang.String)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSpace)","u":"dump(com.jme3.bullet.PhysicsSpace)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"dump(PhysicsSpace, String)","u":"dump(com.jme3.bullet.PhysicsSpace,java.lang.String)"},{"p":"jme3utilities.debug","c":"Dumper","l":"Dumper()","u":"%3Cinit%3E()"},{"p":"jme3utilities.debug","c":"Dumper","l":"Dumper(PrintStream)","u":"%3Cinit%3E(java.io.PrintStream)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"dumpMemoryLeaks()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"dumpQuickprof()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"dumpStats(String)","u":"dumpStats(java.lang.String)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"dumpTrackers()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"DynamicFriction"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"either"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"EmptyShape(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"enableContactFilter"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"enableMotor(boolean, float, float)","u":"enableMotor(boolean,float,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"enableSpring(int, boolean)","u":"enableSpring(int,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"enableSpring(int, boolean)","u":"enableSpring(int,boolean)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"ensureCapacity(int, FloatBuffer)","u":"ensureCapacity(int,java.nio.FloatBuffer)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Matrix3f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Matrix4f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Quaternion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Transform","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"TransformDp","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.math","c":"Vector3f","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"jme3utilities.math","c":"IntPair","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"vhacd","c":"VHACDParameters","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Equilibrium"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"error"},{"p":"jme3utilities","c":"MyString","l":"escape(CharSequence)","u":"escape(java.lang.CharSequence)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"escapeIndex(int)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"exempt"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"exp(Quaternion, Quaternion)","u":"exp(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"expectedVersion"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_OneSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_TwoSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"F_TwoSidedLiftDrag"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"fail()"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"FilterBackfaces"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"finalizeNative(long)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"finalizeNative(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"findEnd(PhysicsBody)","u":"findEnd(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"findIndex(CollisionShape)","u":"findIndex(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"findInstance(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"findOtherBody(PhysicsBody)","u":"findOtherBody(com.jme3.bullet.objects.PhysicsBody)"},{"p":"jme3utilities.math","c":"DistinctVectorValues","l":"findVvid(int)"},{"p":"jme3utilities","c":"Validate","l":"finite(float, String)","u":"finite(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"finite(Vec3d, String)","u":"finite(com.simsilica.mathd.Vec3d,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"finite(Vector3f, String)","u":"finite(com.jme3.math.Vector3f,java.lang.String)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"firstAxis"},{"p":"jme3utilities","c":"MyString","l":"firstToLower(String)","u":"firstToLower(java.lang.String)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"firstValue"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Fixed"},{"p":"com.jme3.bullet","c":"FillMode","l":"FloodFill"},{"p":"com.jme3.math","c":"FastMath","l":"FLT_EPSILON"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"fluid"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"forwardAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"forwardAxisIndex()"},{"p":"jme3utilities","c":"Validate","l":"fraction(double, String)","u":"fraction(double,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"fraction(float, String)","u":"fraction(float,java.lang.String)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"freeUnusedObjects()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"frequency(IntBuffer, int, int, int)","u":"frequency(java.nio.IntBuffer,int,int,int)"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"FRICTION_ANCHOR"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAngleNormalAxis(float, Vector3f)","u":"fromAngleNormalAxis(float,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"fromAngles(double, double, double)","u":"fromAngles(double,double,double)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAngles(float, float, float)","u":"fromAngles(float,float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"fromAngles(float, float, float, Matrix3f)","u":"fromAngles(float,float,float,com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"fromAxes(Vector3f, Vector3f, Vector3f)","u":"fromAxes(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromAxes(Vector3f, Vector3f, Vector3f)","u":"fromAxes(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"fromInputStream(InputStream)","u":"fromInputStream(java.io.InputStream)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"fromInputStream(InputStream)","u":"fromInputStream(java.io.InputStream)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromRotationMatrix(float, float, float, float, float, float, float, float, float)","u":"fromRotationMatrix(float,float,float,float,float,float,float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"fromRotationMatrix(Matrix3f)","u":"fromRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Transform","l":"fromTransformMatrix(Matrix4f)","u":"fromTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"GearJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"GearJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, float)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"generateBasis(Vector3f, Vector3f, Vector3f)","u":"generateBasis(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateBendingConstraints(int, SoftBodyMaterial)","u":"generateBendingConstraints(int,com.jme3.bullet.objects.infos.SoftBodyMaterial)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateClusters()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"generateClusters(int, int)","u":"generateClusters(int,int)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"generateIndexMap(FloatBuffer)","u":"generateIndexMap(java.nio.FloatBuffer)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"Generator()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math.noise","c":"Generator","l":"Generator(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"generic"},{"p":"com.jme3.util","c":"TempVars","l":"get()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"get()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"get(Cluster, int)","u":"get(com.jme3.bullet.objects.infos.Cluster,int)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"get(FloatBuffer, int, Vector3f)","u":"get(java.nio.FloatBuffer,int,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"get(int)"},{"p":"com.jme3.math","c":"Vector3f","l":"get(int)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"get(int)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"get(int)"},{"p":"com.jme3.math","c":"Matrix3f","l":"get(int, int)","u":"get(int,int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"get(MotorParam)","u":"get(com.jme3.bullet.joints.motors.MotorParam)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"get(MotorParam, int)","u":"get(com.jme3.bullet.joints.motors.MotorParam,int)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"get(MotorParam, Vector3f)","u":"get(com.jme3.bullet.joints.motors.MotorParam,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"get(Sbcp)","u":"get(com.jme3.bullet.objects.infos.Sbcp)"},{"p":"com.jme3.math","c":"Triangle","l":"get1()"},{"p":"com.jme3.math","c":"Triangle","l":"get2()"},{"p":"com.jme3.math","c":"Triangle","l":"get3()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getAccumulatedImpulse()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getAccumulatedImpulse(Vector3f)","u":"getAccumulatedImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getAccuracy()"},{"p":"vhacd","c":"VHACDParameters","l":"getACDMode()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getActivationState()"},{"p":"vhacd","c":"VHACDParameters","l":"getAlpha()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAnchor(Vector3f)","u":"getAnchor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAnchor2(Vector3f)","u":"getAnchor2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getAngle()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAngle1()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAngle2()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getAngles(Vector3f)","u":"getAngles(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngles(Vector3f)","u":"getAngles(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularFactor(Vector3f)","u":"getAngularFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngularLowerLimit(Vector3f)","u":"getAngularLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularSleepingThreshold()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getAngularUpperLimit(Vector3f)","u":"getAngularUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocity(Vector3f)","u":"getAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocityDp(Vec3d)","u":"getAngularVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getAngularVelocityLocal(Vector3f)","u":"getAngularVelocityLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getAnisotropicFriction(Vector3f)","u":"getAnisotropicFriction(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulse()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getAppliedImpulse()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulse(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulseLateral1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulseLateral1(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getAppliedImpulseLateral2()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getAppliedImpulseLateral2(long)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getAxis()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getAxis(int, Vector3f)","u":"getAxis(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAxis1(Vector3f)","u":"getAxis1(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"getAxis2(Vector3f)","u":"getAxis2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getAxisA(Vector3f)","u":"getAxisA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getAxisB(Vector3f)","u":"getAxisB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getAxle(Vector3f)","u":"getAxle(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"getBaseCollider()"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"getBaseShape()"},{"p":"vhacd","c":"VHACDParameters","l":"getBeta()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getBiasFactor()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBody(JointEnd)","u":"getBody(com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBodyA()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBodyA()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getBodyAId(long)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBodyB()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getBodyB()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getBodyBId(long)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getBrake()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getBreakingImpulseThreshold()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getBroadphaseType()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"getBuffer()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"getBvh()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdMotionThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdSquareMotionThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCcdSweptSphereRadius()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getCenter(Vector3f)","u":"getCenter(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getCFM()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getCharacterList()"},{"p":"com.jme3.math","c":"Plane","l":"getClosestPoint(Vector3f, Vector3f)","u":"getClosestPoint(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getCollider()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollideWithGroups()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionGroup()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getCollisionLocation(Vector3f)","u":"getCollisionLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getCollisionNormal(Vector3f)","u":"getCollisionNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getCollisionObject()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getCollisionObject()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionShape()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getCollisionSpace()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getCollisionSpace()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedFriction(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedRestitution()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedRestitution(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedRollingFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedRollingFriction(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getCombinedSpinningFriction()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getCombinedSpinningFriction(long)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getConfiguration()"},{"p":"com.jme3.math","c":"Plane","l":"getConstant()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getConstraintType(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactDamping()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getContactMotion1(long)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getContactMotion2(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactProcessingThreshold()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getContactStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getController()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getControllerId()"},{"p":"vhacd","c":"VHACDParameters","l":"getConvexHullDownSampling()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"getCurrentVehicleSpeedKmHour()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getCurrentVehicleSpeedKmHour()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getDamping()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getDamping()"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getDamping()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getDamping(int)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getDampingOrthoLin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getDeactivationDeadline()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getDeactivationTime()"},{"p":"vhacd","c":"VHACDParameters","l":"getDebugEnabled()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getDebugEnabled()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"getDebugTriangles(CollisionShape, int)","u":"getDebugTriangles(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getDefaultMargin()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getDeformableSpace()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getDeltaRotation()"},{"p":"jme3utilities.debug","c":"Dumper","l":"getDescriber()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"getDescriber()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getDirection(Vector3f)","u":"getDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getDistance1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getDistance1(long)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getEnableMotor()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getEngineForce()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getERP()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getERP()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getERP(Vector3f)","u":"getERP(com.jme3.math.Vector3f)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getExtent(Vector3f)","u":"getExtent(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getFallSpeed()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getFallSpeed()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getFillMode()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getFlags()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getFlags(long)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"getForwardVector(Vector3f)","u":"getForwardVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getForwardVector(Vector3f)","u":"getForwardVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getFrameTransform(JointEnd, Transform)","u":"getFrameTransform(com.jme3.bullet.joints.JointEnd,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getFriction()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getFrictionSlip()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getFrictionSlip()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getFrictionSlip()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getGhostObjectList()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getGravity(Vector3f)","u":"getGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getGravityDp(Vec3d)","u":"getGravityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"getHalfExtents(Vector3f)","u":"getHalfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"getHeight()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"getHeight()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getHingeAngle()"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getHitFraction()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getHitFraction()"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"getHitNormalLocal(Vector3f)","u":"getHitNormalLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"getHitNormalLocal(Vector3f)","u":"getHitNormalLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getImpulseClamp()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getIndex0()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getIndex0(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getIndex1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getIndex1(long)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getIndexBuffer()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getInternalType(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getInverseInertiaLocal(Vector3f)","u":"getInverseInertiaLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getInverseInertiaWorld(Matrix3f)","u":"getInverseInertiaWorld(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getJointList()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getJointMap()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getJumpSpeed()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getJumpSpeed()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLateralFrictionDir1(long, Vector3f)","u":"getLateralFrictionDir1(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLateralFrictionDir1(Vector3f)","u":"getLateralFrictionDir1(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLateralFrictionDir2(long, Vector3f)","u":"getLateralFrictionDir2(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLateralFrictionDir2(Vector3f)","u":"getLateralFrictionDir2(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLifeTime()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLifeTime(long)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getLimitSoftness()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearFactor(Vector3f)","u":"getLinearFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getLinearLowerLimit(Vector3f)","u":"getLinearLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearSleepingThreshold()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getLinearUpperLimit(Vector3f)","u":"getLinearUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"getLinearVelocity(Vector3f)","u":"getLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getLinearVelocityDp(Vec3d)","u":"getLinearVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"getLink(int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLocalPointA(long, Vector3f)","u":"getLocalPointA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLocalPointA(Vector3f)","u":"getLocalPointA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getLocalPointB(long, Vector3f)","u":"getLocalPointB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getLocalPointB(Vector3f)","u":"getLocalPointB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getLocation(Vector3f)","u":"getLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getLocation(Vector3f)","u":"getLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getLocationDp(Vec3d)","u":"getLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getLowerAngLimit()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getLowerLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getLowerLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getLowerLimit(Vector3f)","u":"getLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getLowerLinLimit()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getMargin()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"getMargin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"getMass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getMass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getMass()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getMax(Vector3f)","u":"getMax(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getMaxAngMotorForce()"},{"p":"vhacd","c":"VHACDParameters","l":"getMaxConcavity()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxHulls()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getMaxLimitForce()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getMaxLinMotorForce()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getMaxMotorForce()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getMaxMotorForce(Vector3f)","u":"getMaxMotorForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getMaxMotorImpulse()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getMaxPenetrationDepth()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getMaxPenetrationDepth()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxRecursion()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getMaxSlope()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getMaxSlope()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getMaxSuspensionForce()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getMaxSuspensionTravelCm()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getMaxSuspensionTravelCm()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getMaxSuspensionTravelCm()"},{"p":"vhacd","c":"VHACDParameters","l":"getMaxVerticesPerHull()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMaxVerticesPerHull()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getMin(Vector3f)","u":"getMin(com.jme3.math.Vector3f)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getMinEdgeLength()"},{"p":"vhacd","c":"VHACDParameters","l":"getMinVolumePerHull()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getMotionState()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getMotorTargetVelocity()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getMultiBody()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"getMultiBody()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getMultiBodyList()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getMultiBodySpace()"},{"p":"com.jme3.math","c":"Plane","l":"getNormal()"},{"p":"com.jme3.math","c":"Triangle","l":"getNormal()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getNormalCFM()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getNormalCFM(Vector3f)","u":"getNormalCFM(com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getNormalsData()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getNormalWorldOnB(long, Vector3f)","u":"getNormalWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getNormalWorldOnB(Vector3f)","u":"getNormalWorldOnB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getNumWheels()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getObjectA()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getObjectB()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getOffset(Vector3f)","u":"getOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientation(Matrix3f)","u":"getOrientation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientation(Quaternion)","u":"getOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientationMatrixDp(Matrix3d)","u":"getOrientationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"getOrientationQuaternionDp(Quatd)","u":"getOrientationQuaternionDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.system","c":"Platform","l":"getOs()"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlapping(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlappingCount()"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"getOverlappingObjects()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getOverrideIterations()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"getParentLink()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPartId0()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPartId0(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPartId1()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPartId1(long)"},{"p":"vhacd","c":"VHACDParameters","l":"getPCA()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getPcoList()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getPcoList()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsLocation(Vector3f)","u":"getPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsLocation(Vector3f)","u":"getPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsLocationDp(Vec3d)","u":"getPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsLocationDp(Vec3d)","u":"getPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotation(Quaternion)","u":"getPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotation(Quaternion)","u":"getPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationDp(Quatd)","u":"getPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationDp(Quatd)","u":"getPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationMatrix(Matrix3f)","u":"getPhysicsRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationMatrix(Matrix3f)","u":"getPhysicsRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getPhysicsRotationMatrixDp(Matrix3d)","u":"getPhysicsRotationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getPhysicsRotationMatrixDp(Matrix3d)","u":"getPhysicsRotationMatrixDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"getPhysicsSpace()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getPhysicsSpace()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivot(JointEnd, Vector3f)","u":"getPivot(com.jme3.bullet.joints.JointEnd,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivotA(Vector3f)","u":"getPivotA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"getPivotB(Vector3f)","u":"getPivotB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getPivotInA(Vector3f)","u":"getPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getPivotInB(Vector3f)","u":"getPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getPivotOffset(Vector3f)","u":"getPivotOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getPivotOffset(Vector3f)","u":"getPivotOffset(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"getPlane()"},{"p":"vhacd","c":"VHACDParameters","l":"getPlaneDownSampling()"},{"p":"com.jme3.system","c":"JmeSystem","l":"getPlatform()"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"getPointId(long, int)","u":"getPointId(long,int)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"getPositionsData()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnA(long, Vector3f)","u":"getPositionWorldOnA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPositionWorldOnA(Vector3f)","u":"getPositionWorldOnA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnADp(long, Vec3d)","u":"getPositionWorldOnADp(long,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnB(long, Vector3f)","u":"getPositionWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"getPositionWorldOnB(Vector3f)","u":"getPositionWorldOnB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"getPositionWorldOnBDp(long, Vec3d)","u":"getPositionWorldOnBDp(long,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"getRadius()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"getRadius(int)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"getRatio()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getRayTestFlags()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getRelaxationFactor()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getRestitution()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getRestitution()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getRestitution()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getRestitutionOrthoLin()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRestLength()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"getRigidBody()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getRigidBodyList()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRollInfluence()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getRollingFriction()"},{"p":"com.jme3.math","c":"Transform","l":"getRotation()"},{"p":"com.jme3.math","c":"TransformDp","l":"getRotation()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getRotationalLimitMotor(int)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getRotationAngle()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationMatrix(JointEnd, Matrix3f)","u":"getRotationMatrix(com.jme3.bullet.joints.JointEnd,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationMotor(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getRotationOrder()"},{"p":"com.jme3.math","c":"Transform","l":"getScale()"},{"p":"com.jme3.math","c":"TransformDp","l":"getScale()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getScale(Vector3f)","u":"getScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getScaleDp(Vec3d)","u":"getScaleDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"getShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getShapeA()"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"getShapeB()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getShapeType()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"getShapeType(long)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSkidInfo()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"getSoftBody()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSoftBodyA()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSoftBodyB()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getSoftBodyList()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getSoftBodyList()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getSoftConfig()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getSoftMaterial()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessDirAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessDirLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessLimAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessLimLin()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessOrthoAng()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getSoftnessOrthoLin()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getSoftSpace()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getSolverInfo()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getSolverType()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getSpinningFriction()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"getSplit()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"getSquaredSpeed()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSteerAngle()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getStepHeight()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getStepHeight()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"getStiffness(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getStopCFM()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getStopCFM(Vector3f)","u":"getStopCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"getSubmesh(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionCompression()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionCompression()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionDamping()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionDamping()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSuspensionLength()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getSuspensionStiffness()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getSwingSpan1()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getSwingSpan2()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getTargetAngMotorVelocity()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getTargetLinMotorVelocity()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getTargetVelocity()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getTargetVelocity(Vector3f)","u":"getTargetVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"getTau()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getTransform(Transform)","u":"getTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getTransformDp(TransformDp)","u":"getTransformDp(com.jme3.math.TransformDp)"},{"p":"com.jme3.math","c":"Transform","l":"getTranslation()"},{"p":"com.jme3.math","c":"TransformDp","l":"getTranslation()"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"getTranslationalLimitMotor()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"getTranslationMotor()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getTuning()"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"getTwistSpan()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getUpDirection(Vector3f)","u":"getUpDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getUpDirection(Vector3f)","u":"getUpDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getUpperAngLimit()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"getUpperLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"getUpperLimit()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"getUpperLimit(Vector3f)","u":"getUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"getUpperLinLimit()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"getUserObject()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getVehicleId()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getVehicleList()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getVolumePercentError()"},{"p":"vhacd","c":"VHACDParameters","l":"getVoxelResolution()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"getVoxelResolution()"},{"p":"com.jme3.math","c":"Quaternion","l":"getW()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"getWalkDirection(Vector3f)","u":"getWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"getWalkDirection(Vector3f)","u":"getWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"getWheel(int)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelsDampingCompression()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelsDampingRelaxation()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelWorldLocation(Vector3f)","u":"getWheelWorldLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"getWheelWorldRotation(Quaternion)","u":"getWheelWorldRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"getWorldInfo()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"getWorldInfo()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"getWorldInfo()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getWorldMax(Vector3f)","u":"getWorldMax(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"getWorldMin(Vector3f)","u":"getWorldMin(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"getWorldType(long)"},{"p":"com.jme3.math","c":"Quaternion","l":"getX()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getXExtent()"},{"p":"com.jme3.math","c":"Quaternion","l":"getY()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getYExtent()"},{"p":"com.jme3.math","c":"Quaternion","l":"getZ()"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"getZExtent()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"ghost"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"GImpactCollisionShape(CompoundMesh, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.CompoundMesh,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"GImpactCollisionShape(IndexedMesh...)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"GjkRaytest"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"globalCfm()"},{"p":"com.jme3.math","c":"FastMath","l":"HALF_PI"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"halfExtents(Vector3f)","u":"halfExtents(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_COLLISION_SOUND_TRIGGER"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"HAS_CONTACT_CFM"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"HAS_CONTACT_ERP"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_CONTACT_STIFFNESS_DAMPING"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_CUSTOM_DEBUG_RENDERING_COLOR"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"HAS_FRICTION_ANCHOR"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"hasAnisotropicFriction(int)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"hasAssignedNativeObject()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"hasClosest(CollisionShape, CollisionShape)","u":"hasClosest(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"hasContact(CollisionShape, CollisionShape)","u":"hasContact(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"hasFixedBase()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"hashCode()"},{"p":"com.jme3.math","c":"Matrix3f","l":"hashCode()"},{"p":"com.jme3.math","c":"Matrix4f","l":"hashCode()"},{"p":"com.jme3.math","c":"Quaternion","l":"hashCode()"},{"p":"com.jme3.math","c":"Transform","l":"hashCode()"},{"p":"com.jme3.math","c":"TransformDp","l":"hashCode()"},{"p":"com.jme3.math","c":"Vector3f","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"hashCode()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"hashCode()"},{"p":"jme3utilities.math","c":"IntPair","l":"hashCode()"},{"p":"vhacd","c":"VHACDParameters","l":"hashCode()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"hashCode()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"height()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(float[])","u":"%3Cinit%3E(float[])"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(float[], Vector3f)","u":"%3Cinit%3E(float[],com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"HeightfieldCollisionShape(int, int, float[], Vector3f, int, boolean, boolean, boolean, boolean)","u":"%3Cinit%3E(int,int,float[],com.jme3.math.Vector3f,int,boolean,boolean,boolean,boolean)"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"highResolution"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"highResolution2"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"HingeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"HingeJoint(PhysicsRigidBody, Vector3f, Vector3f, Vector3f, Vector3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(float...)","u":"%3Cinit%3E(float...)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(RectangularSolid)","u":"%3Cinit%3E(jme3utilities.math.RectangularSolid)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Vector3f...)","u":"%3Cinit%3E(com.jme3.math.Vector3f...)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(Vhacd4Hull)","u":"%3Cinit%3E(vhacd4.Vhacd4Hull)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"HullCollisionShape(VHACDHull)","u":"%3Cinit%3E(vhacd.VHACDHull)"},{"p":"jme3utilities.math","c":"MyMath","l":"hypotenuse(float...)"},{"p":"jme3utilities.math","c":"MyMath","l":"hypotenuseDouble(double...)"},{"p":"com.jme3.math","c":"Matrix3f","l":"IDENTITY"},{"p":"com.jme3.math","c":"Quaternion","l":"IDENTITY"},{"p":"com.jme3.math","c":"Transform","l":"IDENTITY"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Ignores"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"ignores(PhysicsCollisionObject)","u":"ignores(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"jme3utilities.debug","c":"Dumper","l":"indentIncrement()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"index()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"IndexBuffer(Buffer)","u":"%3Cinit%3E(java.nio.Buffer)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"IndexBuffer(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(CollisionShape, int)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(FloatBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(FloatBuffer, IntBuffer)","u":"%3Cinit%3E(java.nio.FloatBuffer,java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"IndexedMesh(Vector3f[], int[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[],int[])"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"inertia(Vector3f)","u":"inertia(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"influence()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"initDefault()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"initSolverInfo()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"initThread(long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"initUserPointer()"},{"p":"jme3utilities","c":"Validate","l":"inRange(double, String, double, double)","u":"inRange(double,java.lang.String,double,double)"},{"p":"jme3utilities","c":"Validate","l":"inRange(float, String, float, float)","u":"inRange(float,java.lang.String,float,float)"},{"p":"jme3utilities","c":"Validate","l":"inRange(int, String, int, int)","u":"inRange(int,java.lang.String,int,int)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Interleave"},{"p":"jme3utilities.math","c":"IntPair","l":"IntPair(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.jme3.math","c":"Quaternion","l":"inverse()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"inverse()"},{"p":"com.jme3.math","c":"Transform","l":"invert()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"invert()"},{"p":"com.jme3.math","c":"Matrix3f","l":"invert(Matrix3f)","u":"invert(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"invertLocal()"},{"p":"com.jme3.system","c":"Platform.Os","l":"iOS"},{"p":"com.jme3.system","c":"Platform","l":"iOS_ARM"},{"p":"com.jme3.system","c":"Platform","l":"iOS_X86"},{"p":"com.jme3.system","c":"Platform","l":"is64Bit()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isActive()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isAllNonNegative(Vector3f)","u":"isAllNonNegative(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"isAllowCollision()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isAllPositive(Vector3f)","u":"isAllPositive(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"isAngularOnly()"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"isAngularOnly()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"isApplyLocal()"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"isApplyPhysicsLocal()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isAsync()"},{"p":"jme3utilities.math","c":"MyMath","l":"isBetween(float, float, float)","u":"isBetween(float,float,float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isCcdWithStaticOnly()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isCollisionAllowed(long)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isCollisionBetweenLinkedBodies()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"isCollisionWithParent()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"isCompressed()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isConcave()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"isConcave()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"isContactCalcArea3Points()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isContactFilterEnabled()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isContactResponse()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isConvex()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"isConvex()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isDampingLimited()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isDampingLimited(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"isDeactivationEnabled()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isDebug()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"isDirect()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isDoublePrecision()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isDynamic()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"isEmpty()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"isEmpty()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isEmpty()"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"isEnabled()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isEnabled()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"isEnabled(DumpFlags)","u":"isEnabled(jme3utilities.minie.DumpFlags)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"isEnabled(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"isEnableMotor()"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"isFeedback()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isFindBestPlane()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"isFinite()"},{"p":"jme3utilities.math","c":"MyMath","l":"isFinite(float)"},{"p":"jme3utilities.math","c":"MyMath","l":"isFiniteDouble(double)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isForceUpdateAllAabbs()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"isFrontWheel()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isGravityProtected()"},{"p":"com.jme3.math","c":"Matrix3f","l":"isIdentity()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"isIdentity()"},{"p":"jme3utilities.math","c":"MyMath","l":"isIdentity(Transform)","u":"isIdentity(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isInfinite()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isInsideTriangle(Vector3f, float, Vector3f, Vector3f, Vector3f)","u":"isInsideTriangle(com.jme3.math.Vector3f,float,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isInWorld()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"isKinematic()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"isLateralFrictionInitialized()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"isLeafNode(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isMotorEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isMotorEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isMotorEnabled(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isNonMoving()"},{"p":"jme3utilities.math","c":"MyMath","l":"isOdd(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"isPolyhedral()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"isPoweredAngMotor()"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"isPoweredLinMotor()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isPure(Quaternion)","u":"isPure(com.jme3.math.Quaternion)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"isPureLines()"},{"p":"jme3utilities.lbj","c":"Mesh","l":"isPureTriangles()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isQuickprof()"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"isReducedModesEnabled()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"isRotationIdentity()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isRotationIdentity(Quaternion)","u":"isRotationIdentity(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isScaleIdentity(Vector3f)","u":"isScaleIdentity(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isScaleUniform(Vector3f)","u":"isScaleUniform(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isServoEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isServoEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isServoEnabled(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"isShrinkWrap()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isSoftRigid()"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"isSoftSoft()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"isSplitImpulseEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isSpringEnabled()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"isSpringEnabled(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"isStatic()"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"isStiffnessLimited()"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"isStiffnessLimited(int)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"isThreadSafe()"},{"p":"com.jme3.math","c":"Vector3f","l":"isUnitVector()"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"isUsingDeterministicDispatch()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"isUsingGhostSweepTest()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"isUsingGhostSweepTest()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingGlobalVelocities()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingGyroTerm()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"isUsingRK4()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"isUsingScr()"},{"p":"com.jme3.math","c":"Quaternion","l":"isValidQuaternion(Quaternion)","u":"isValidQuaternion(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Vector3f","l":"isValidVector(Vector3f)","u":"isValidVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"isWorldInfoProtected()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"isZero()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"isZero(Quaternion)","u":"isZero(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"isZero(Vector3f)","u":"isZero(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"jniEnvId()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"jniEnvId()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"jointErp()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointPosition(int)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"JointsInBodies"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"JointsInSpaces"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointTorque(int)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointType()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"jointVelocity(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"jump()"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"jump(Vector3f)","u":"jump(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"jump(Vector3f)","u":"jump(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"KeepUnflippedNormal"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"KINEMATIC_OBJECT"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"kineticEnergy()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"KineticHardness"},{"p":"jme3utilities.math","c":"IntPair","l":"larger()"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lastAxis"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"lastValue"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"LATERAL_FRICTION"},{"p":"com.jme3.bullet","c":"SolverType","l":"Lemke"},{"p":"com.jme3.math","c":"Vector3f","l":"length()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"length()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"lengthSq()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"lengthSq()"},{"p":"com.jme3.math","c":"Vector3f","l":"lengthSquared()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"lengthSquared(Quaternion)","u":"lengthSquared(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lengthSquared(Vector3f)","u":"lengthSquared(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"lerp(float, float, float)","u":"lerp(float,float,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"lerp(float, Vector3f, Vector3f, Vector3f)","u":"lerp(float,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Lift"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"limit(int)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"LinearDamping"},{"p":"com.jme3.bullet","c":"MultiBody","l":"linearDamping()"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"linearStiffness()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"linkIndex()"},{"p":"com.jme3.system","c":"Platform.Os","l":"Linux"},{"p":"com.jme3.system","c":"Platform","l":"Linux_ARM32"},{"p":"com.jme3.system","c":"Platform","l":"Linux_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"Linux32"},{"p":"com.jme3.system","c":"Platform","l":"Linux64"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"listChildren()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"listColliders()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"listIgnoredPcos()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"listJoints()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"listManifoldIds()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"listNodesInCluster(int, IntBuffer)","u":"listNodesInCluster(int,java.nio.IntBuffer)"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"listPointIds(long)"},{"p":"jme3utilities.debug","c":"Describer","l":"listSeparator()"},{"p":"com.jme3.math","c":"Matrix3f","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Matrix4f","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Quaternion","l":"loadIdentity()"},{"p":"com.jme3.math","c":"Transform","l":"loadIdentity()"},{"p":"com.jme3.math","c":"TransformDp","l":"loadIdentity()"},{"p":"com.jme3.system","c":"NativeLibraryLoader","l":"loadLibbulletjme(boolean, File, String, String)","u":"loadLibbulletjme(boolean,java.io.File,java.lang.String,java.lang.String)"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"localToWorld(Vector3f, Vector3f)","u":"localToWorld(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"locateSupport(float, float, float)","u":"locateSupport(float,float,float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"location(Vector3f)","u":"location(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"log(Quaternion, Quaternion)","u":"log(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyMath","l":"log2(int)"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"logger"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"logger"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"logger"},{"p":"com.jme3.bullet.collision","c":"ContactPointFlag","l":"logger"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PersistentManifolds","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"logger"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"logger"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"logger"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"logger"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"logger"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"logger"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"logger"},{"p":"com.jme3.bullet","c":"MultiBody","l":"logger"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"logger"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"logger"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"logger"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"logger"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"logger"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"logger"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"logger"},{"p":"com.jme3.bullet","c":"SolverMode","l":"logger"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"logger"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"logger"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"logger"},{"p":"com.jme3.math","c":"TransformDp","l":"logger"},{"p":"com.jme3.system","c":"NativeLibraryLoader","l":"logger"},{"p":"jme3utilities.math","c":"IntPair","l":"logger"},{"p":"jme3utilities.math","c":"MyBuffer","l":"logger"},{"p":"jme3utilities.math","c":"MyMath","l":"logger"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"logger"},{"p":"jme3utilities.math","c":"MyVector3f","l":"logger"},{"p":"jme3utilities.math","c":"MyVolume","l":"logger"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"logger"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"logger"},{"p":"jme3utilities.minie","c":"MyPco","l":"logger"},{"p":"jme3utilities.minie","c":"MyShape","l":"logger"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"logger"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"logger"},{"p":"jme3utilities","c":"Validate","l":"logger"},{"p":"vhacd","c":"VHACD","l":"logger"},{"p":"vhacd","c":"VHACDHull","l":"logger"},{"p":"vhacd","c":"VHACDParameters","l":"logger"},{"p":"vhacd4","c":"Vhacd4","l":"logger"},{"p":"vhacd4","c":"Vhacd4Hull","l":"logger"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"logger"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"logger15"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"logger2"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"logger2"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"logger2"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"logger2"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"logger2"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"logger2"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"logger3"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"logger3"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"logger3"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"logger3"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"loggerC"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"loggerN"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"loggerX"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"loggerY"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"LowerLimit"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"lowResolution"},{"p":"com.jme3.math","c":"Matrix3f","l":"m00"},{"p":"com.jme3.math","c":"Matrix4f","l":"m00"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m00"},{"p":"com.jme3.math","c":"Matrix3f","l":"m01"},{"p":"com.jme3.math","c":"Matrix4f","l":"m01"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m01"},{"p":"com.jme3.math","c":"Matrix3f","l":"m02"},{"p":"com.jme3.math","c":"Matrix4f","l":"m02"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m02"},{"p":"com.jme3.math","c":"Matrix4f","l":"m03"},{"p":"com.jme3.math","c":"Matrix3f","l":"m10"},{"p":"com.jme3.math","c":"Matrix4f","l":"m10"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m10"},{"p":"com.jme3.math","c":"Matrix3f","l":"m11"},{"p":"com.jme3.math","c":"Matrix4f","l":"m11"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m11"},{"p":"com.jme3.math","c":"Matrix3f","l":"m12"},{"p":"com.jme3.math","c":"Matrix4f","l":"m12"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m12"},{"p":"com.jme3.math","c":"Matrix4f","l":"m13"},{"p":"com.jme3.math","c":"Matrix3f","l":"m20"},{"p":"com.jme3.math","c":"Matrix4f","l":"m20"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m20"},{"p":"com.jme3.math","c":"Matrix3f","l":"m21"},{"p":"com.jme3.math","c":"Matrix4f","l":"m21"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m21"},{"p":"com.jme3.math","c":"Matrix3f","l":"m22"},{"p":"com.jme3.math","c":"Matrix4f","l":"m22"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"m22"},{"p":"com.jme3.math","c":"Matrix4f","l":"m23"},{"p":"com.jme3.math","c":"Matrix4f","l":"m30"},{"p":"com.jme3.math","c":"Matrix4f","l":"m31"},{"p":"com.jme3.math","c":"Matrix4f","l":"m32"},{"p":"com.jme3.math","c":"Matrix4f","l":"m33"},{"p":"com.jme3.system","c":"Platform.Os","l":"MacOS"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_PPC32"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX_PPC64"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX32"},{"p":"com.jme3.system","c":"Platform","l":"MacOSX64"},{"p":"jme3utilities.minie","c":"TestApp","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"makeIdentity()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"makeImmutable()"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"mapIndices(IntBuffer, IndexBuffer, IndexBuffer)","u":"mapIndices(java.nio.IntBuffer,jme3utilities.lbj.IndexBuffer,jme3utilities.lbj.IndexBuffer)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"mapVertexData(IntBuffer, FloatBuffer, int)","u":"mapVertexData(java.nio.IntBuffer,java.nio.FloatBuffer,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"margin"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"margin()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"mass"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"mass()"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"mass()"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"massForStatic"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"Matching"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"Matrix3d()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"Matrix3d(double, double, double, double, double, double, double, double, double)","u":"%3Cinit%3E(double,double,double,double,double,double,double,double,double)"},{"p":"com.jme3.math","c":"Matrix3f","l":"Matrix3f()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Matrix3f","l":"Matrix3f(float, float, float, float, float, float, float, float, float)","u":"%3Cinit%3E(float,float,float,float,float,float,float,float,float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"Matrix4f()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"matrixToEuler(Matrix3f, Vector3f)","u":"matrixToEuler(com.jme3.math.Matrix3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"max(float...)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxAbs(FloatBuffer, int, int, Vector3f)","u":"maxAbs(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxAbs(Vector3f)","u":"maxAbs(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxAbs(Vector3f)","u":"maxAbs(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"maxAppliedImpulse()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"maxCoordinateVelocity()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"maxDisplacement()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"maxDistance(CollisionShape, Transform, int)","u":"maxDistance(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform,int)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"maxDistance(Transform)","u":"maxDistance(com.jme3.math.Transform)"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"maxima(Vector3f)","u":"maxima(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"maxInt(int...)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxLength()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxLength()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxLength(FloatBuffer, int, int)","u":"maxLength(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"maxManifolds()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"maxMin(FloatBuffer, int, int, Vector3f, Vector3f)","u":"maxMin(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"maxMin(Vector3f, Vector3f)","u":"maxMin(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MaxMotorForce"},{"p":"com.jme3.bullet.collision.shapes","c":"Box2dShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"maxRadius()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"maxRadius()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"MaxSelfImpulse"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"maxSubmeshes"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"maxSubSteps()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"maxTimeStep()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"maxTrianglesInAnySubmesh"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"maxValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"MaxVolumeRatio"},{"p":"jme3utilities.math","c":"MyBuffer","l":"mean(FloatBuffer, int, int, Vector3f)","u":"mean(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSet","l":"mean(Vector3f)","u":"mean(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"mean(Vector3f)","u":"mean(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"mechanicalEnergy()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, Collection)","u":"%3Cinit%3E(boolean,java.util.Collection)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, CompoundMesh)","u":"%3Cinit%3E(boolean,com.jme3.bullet.collision.shapes.infos.CompoundMesh)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(boolean, IndexedMesh...)","u":"%3Cinit%3E(boolean,com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"MeshCollisionShape(byte[], IndexedMesh...)","u":"%3Cinit%3E(byte[],com.jme3.bullet.collision.shapes.infos.IndexedMesh...)"},{"p":"jme3utilities.math","c":"MyMath","l":"mid(float, float, float)","u":"mid(float,float,float)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"midpoint(Vector3f, Vector3f, Vector3f)","u":"midpoint(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"min(float...)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"minBatch()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"minima(Vector3f)","u":"minima(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"MinkowskiSum(ConvexShape, ConvexShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape,com.jme3.bullet.collision.shapes.ConvexShape)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"minValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"minValue()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"minValue()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"mode()"},{"p":"jme3utilities.math","c":"MyMath","l":"modulo(float, float)","u":"modulo(float,float)"},{"p":"jme3utilities.math","c":"MyMath","l":"modulo(int, int)","u":"modulo(int,int)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MotorCfm"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"MotorErp"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Motors"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float, float, float)","u":"mult(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(float, Vector3f)","u":"mult(float,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"mult(Matrix3f, Matrix3f)","u":"mult(com.jme3.math.Matrix3f,com.jme3.math.Matrix3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Quatd)","u":"mult(com.simsilica.mathd.Quatd)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Quatd, Quatd)","u":"mult(com.simsilica.mathd.Quatd,com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Quaternion","l":"mult(Quaternion)","u":"mult(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"mult(Quaternion, Quaternion)","u":"mult(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Vec3d)","u":"mult(com.simsilica.mathd.Vec3d)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"mult(Vec3d, Vec3d)","u":"mult(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(Vector3f)","u":"mult(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix3f","l":"mult(Vector3f, Vector3f)","u":"mult(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"mult(Vector3f, Vector3f)","u":"mult(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"MultiBody(int, float, Vector3f, boolean, boolean)","u":"%3Cinit%3E(int,float,com.jme3.math.Vector3f,boolean,boolean)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"MultiBodyCollider(MultiBody, int)","u":"%3Cinit%3E(com.jme3.bullet.MultiBody,int)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"MultiBodySpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"MultiBodySpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float, float)","u":"%3Cinit%3E(float,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(float, float, int)","u":"%3Cinit%3E(float,float,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(List, List)","u":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(RectangularSolid)","u":"%3Cinit%3E(jme3utilities.math.RectangularSolid)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(Vector3f, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"MultiSphere(Vector3f[], float...)","u":"%3Cinit%3E(com.jme3.math.Vector3f[],float...)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"multLocal(double)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"multLocal(double)"},{"p":"com.jme3.math","c":"Matrix3f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(float)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(float, float, float)","u":"multLocal(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(float, float, float, float)","u":"multLocal(float,float,float,float)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"multLocal(Quatd)","u":"multLocal(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Quaternion","l":"multLocal(Quaternion)","u":"multLocal(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"multLocal(Vec3d)","u":"multLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"multLocal(Vector3f)","u":"multLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"nativeId()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NativeIDs"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"nativeIndex()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"nativeMargin()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"NativePhysicsObject()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"ne(Quaternion, Quaternion)","u":"ne(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"ne(Vector3f, Vector3f)","u":"ne(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"needsCollision(PhysicsCollisionObject, PhysicsCollisionObject)","u":"needsCollision(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.math","c":"Vector3f","l":"negate()"},{"p":"com.jme3.math","c":"Vector3f","l":"negateLocal()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"New6Dof(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, RotationOrder)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"New6Dof(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, RotationOrder)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"newEmptySoftBody()"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"newEmptySoftBody()"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"NewHinge(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"newInstance(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Quaternion, RotationOrder)","u":"newInstance(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.bullet.RotationOrder)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"nextFillMode()"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextFloat(float, float)","u":"nextFloat(float,float)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextInt(int, int)","u":"nextInt(int,int)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextQuaternion(Quaternion)","u":"nextQuaternion(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextUnitVector3f(Vector3f)","u":"nextUnitVector3f(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math.noise","c":"Generator","l":"nextVector3f(Vector3f)","u":"nextVector3f(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverType","l":"NNCG"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"NO_CONTACT_RESPONSE"},{"p":"com.jme3.bullet","c":"SolverMode","l":"NoCone"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"NodeDamping"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"nodeIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeLocation(int, Vector3f)","u":"nodeLocation(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeMass(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeNormal(int, Vector3f)","u":"nodeNormal(int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NodesInClusters"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"NodesInSofts"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"nodeVelocity(int, Vector3f)","u":"nodeVelocity(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"none"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(Collection, String)","u":"nonEmpty(java.util.Collection,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(float[], String)","u":"nonEmpty(float[],java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(Object[], String)","u":"nonEmpty(java.lang.Object[],java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonEmpty(String, String)","u":"nonEmpty(java.lang.String,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(float, String)","u":"nonNegative(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(int, String)","u":"nonNegative(int,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNegative(Vector3f, String)","u":"nonNegative(com.jme3.math.Vector3f,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonNull(Object, String)","u":"nonNull(java.lang.Object,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(long, String)","u":"nonZero(long,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Quatd, String)","u":"nonZero(com.simsilica.mathd.Quatd,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Quaternion, String)","u":"nonZero(com.jme3.math.Quaternion,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"nonZero(Vector3f, String)","u":"nonZero(com.jme3.math.Vector3f,java.lang.String)"},{"p":"com.jme3.math","c":"Quaternion","l":"norm()"},{"p":"com.jme3.math","c":"Plane","l":"normal"},{"p":"com.jme3.math","c":"Vector3f","l":"normalize()"},{"p":"com.jme3.math","c":"Quaternion","l":"normalizeLocal()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"normalizeLocal()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"normalizeLocal()"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"normalizeLocal(Quaternion)","u":"normalizeLocal(com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"normalizeLocal(Vector3f)","u":"normalizeLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverMode","l":"NoVelocityDependent"},{"p":"jme3utilities.math","c":"MyVector3f","l":"numAxes"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"numIterations()"},{"p":"jme3utilities.math","c":"VectorSet","l":"numVectors()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"numVectors()"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactEnded(long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactEnded(long)"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactProcessed(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"onContactProcessed(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactProcessed(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"onContactProcessed(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet.collision","c":"ContactListener","l":"onContactStarted(long)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"onContactStarted(long)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"onGround()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"onGround()"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"orientation(Quaternion)","u":"orientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"overrideIterations(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"pairTest(PhysicsCollisionObject, PhysicsCollisionObject, PhysicsCollisionListener)","u":"pairTest(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionListener)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"parent2Link(Vector3f)","u":"parent2Link(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"parent2Pivot(Vector3f)","u":"parent2Pivot(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"partId(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"partIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"partIndex()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"Pcos"},{"p":"com.jme3.bullet","c":"CollisionConfiguration","l":"penetrationDepthSolver()"},{"p":"com.jme3.bullet","c":"SolverType","l":"PGS"},{"p":"jme3utilities.math","c":"MyMath","l":"phi"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"PhysicsBody()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"PhysicsCharacter(ConvexShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.ConvexShape,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionEvent","l":"PhysicsCollisionEvent(PhysicsCollisionObject, PhysicsCollisionObject, long)","u":"%3Cinit%3E(com.jme3.bullet.collision.PhysicsCollisionObject,com.jme3.bullet.collision.PhysicsCollisionObject,long)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"PhysicsCollisionObject()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDescriber","l":"PhysicsDescriber()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"PhysicsDumper()","u":"%3Cinit%3E()"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"PhysicsDumper(PrintStream)","u":"%3Cinit%3E(java.io.PrintStream)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"PhysicsGhostObject(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"PhysicsJoint()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"PhysicsRigidBody(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"PhysicsRigidBody(CollisionShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"PhysicsSoftBody()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"PhysicsSoftBody(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"PhysicsSoftSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, int, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,int,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"PhysicsSpace(Vector3f, Vector3f, PhysicsSpace.BroadphaseType, SolverType, CollisionConfiguration)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.PhysicsSpace.BroadphaseType,com.jme3.bullet.SolverType,com.jme3.bullet.CollisionConfiguration)"},{"p":"com.jme3.bullet","c":"PhysicsTickListener","l":"physicsTick(PhysicsSpace, float)","u":"physicsTick(com.jme3.bullet.PhysicsSpace,float)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"physicsTransform(Transform)","u":"physicsTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"PhysicsVehicle(CollisionShape)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"PhysicsVehicle(CollisionShape, float)","u":"%3Cinit%3E(com.jme3.bullet.collision.shapes.CollisionShape,float)"},{"p":"com.jme3.math","c":"FastMath","l":"PI"},{"p":"jme3utilities.math.noise","c":"Generator","l":"pick(E[])"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"pinNode(int)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"pivot2Link(Vector3f)","u":"pivot2Link(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"pivotA"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"pivotB"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Planar"},{"p":"com.jme3.math","c":"Plane","l":"Plane(Vector3f, float)","u":"%3Cinit%3E(com.jme3.math.Vector3f,float)"},{"p":"com.jme3.math","c":"Plane","l":"Plane(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"PlaneCollisionShape","l":"PlaneCollisionShape(Plane)","u":"%3Cinit%3E(com.jme3.math.Plane)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"Point2PointJoint(PhysicsRigidBody, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"PoseMatching"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"positionIterations()"},{"p":"jme3utilities","c":"Validate","l":"positive(float, String)","u":"positive(float,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"positive(int, String)","u":"positive(int,java.lang.String)"},{"p":"jme3utilities","c":"Validate","l":"positive(Vector3f, String)","u":"positive(com.jme3.math.Vector3f,java.lang.String)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"postRebuild()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"postRebuild()"},{"p":"com.jme3.math","c":"FastMath","l":"pow(float, float)","u":"pow(float,float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"pow(Quaternion, float, Quaternion)","u":"pow(com.jme3.math.Quaternion,float,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"PhysicsTickListener","l":"prePhysicsTick(PhysicsSpace, float)","u":"prePhysicsTick(com.jme3.bullet.PhysicsSpace,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"preRebuild()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"Pressure"},{"p":"com.jme3.util","c":"PrimitiveAllocator","l":"PrimitiveAllocator()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"principalAxes(FloatBuffer, Transform, Vector3f)","u":"principalAxes(java.nio.FloatBuffer,com.jme3.math.Transform,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Prismatic"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"proxyGroup()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"proxyMask()"},{"p":"com.jme3.math","c":"Plane","l":"pseudoDistance(Vector3f)","u":"pseudoDistance(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"put(FloatBuffer, int, Vector3f)","u":"put(java.nio.FloatBuffer,int,com.jme3.math.Vector3f)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"put(int)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"put(int, int)","u":"put(int,int)"},{"p":"com.jme3.math","c":"FastMath","l":"QUARTER_PI"},{"p":"com.jme3.util","c":"TempVars","l":"quat1"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(Quatd)","u":"%3Cinit%3E(com.simsilica.mathd.Quatd)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"Quatd(Quaternion)","u":"%3Cinit%3E(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion(float, float, float, float)","u":"%3Cinit%3E(float,float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"Quaternion(Quaternion)","u":"%3Cinit%3E(com.jme3.math.Quaternion)"},{"p":"jme3utilities","c":"MyString","l":"quote(CharSequence)","u":"quote(java.lang.CharSequence)"},{"p":"com.jme3.math","c":"FastMath","l":"RAD_TO_DEG"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"randomizeConstraints()"},{"p":"com.jme3.bullet","c":"SolverMode","l":"RandomOrder"},{"p":"com.jme3.bullet","c":"FillMode","l":"RaycastFill"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTest(Vector3f, Vector3f)","u":"rayTest(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTest(Vector3f, Vector3f, List)","u":"rayTest(com.jme3.math.Vector3f,com.jme3.math.Vector3f,java.util.List)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestDp(Vec3d, Vec3d, List)","u":"rayTestDp(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d,java.util.List)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestRaw(Vector3f, Vector3f)","u":"rayTestRaw(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"rayTestRaw(Vector3f, Vector3f, List)","u":"rayTestRaw(com.jme3.math.Vector3f,com.jme3.math.Vector3f,java.util.List)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"reassignNativeId(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"rebuildRigidBody()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"recalculateAabb()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"recalculateAabb()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"RectangularSolid()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"RectangularSolid(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"ReducedDeformableBody(Vector3f[], float[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[],float[])"},{"p":"com.jme3.util","c":"TempVars","l":"release()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"releaseAllClusters()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"releaseCluster(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"removeChildShape(CollisionShape)","u":"removeChildShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"removeCollideWithGroup(int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeCollisionObject(PhysicsCollisionObject)","u":"removeCollisionObject(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"removeFromIgnoreList(PhysicsCollisionObject)","u":"removeFromIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"removeJoint(PhysicsJoint)","u":"removeJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeJoint(PhysicsJoint)","u":"removeJoint(com.jme3.bullet.joints.PhysicsJoint)"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"removeMultiBody(MultiBody)","u":"removeMultiBody(com.jme3.bullet.MultiBody)"},{"p":"vhacd","c":"VHACD","l":"removeProgressListener(VHACDProgressListener)","u":"removeProgressListener(vhacd.VHACDProgressListener)"},{"p":"vhacd4","c":"Vhacd4","l":"removeProgressListener(VHACDProgressListener)","u":"removeProgressListener(vhacd.VHACDProgressListener)"},{"p":"jme3utilities","c":"MyString","l":"removeSuffix(String, String)","u":"removeSuffix(java.lang.String,java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"removeTickListener(PhysicsTickListener)","u":"removeTickListener(com.jme3.bullet.PhysicsTickListener)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"removeWheel(int)"},{"p":"jme3utilities","c":"Validate","l":"require(boolean, String)","u":"require(boolean,java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"reset(PhysicsSpace)","u":"reset(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"reset(PhysicsSpace)","u":"reset(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"resetQuickprof()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"resetRestingLengths()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"resetSuspension()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"resetSuspension()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"restingLengthsScale()"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Revolute"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"rightAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"rightAxisIndex()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"rigid"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"RigidBodyMotionState()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodySnapshot","l":"RigidBodySnapshot(PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"RigidHardness"},{"p":"com.jme3.bullet.collision","c":"AfMode","l":"rolling"},{"p":"jme3utilities.math","c":"MyMath","l":"root2"},{"p":"jme3utilities.math","c":"MyMath","l":"rootHalf"},{"p":"jme3utilities.math","c":"MyBuffer","l":"rotate(FloatBuffer, int, int, Quaternion)","u":"rotate(java.nio.FloatBuffer,int,int,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"rotate(Matrix3f)","u":"rotate(com.jme3.math.Matrix3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"rotate(Quaternion, Vector3f, Vector3f)","u":"rotate(com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"rotateInverse(Quaternion, Vector3f, Vector3f)","u":"rotateInverse(com.jme3.math.Quaternion,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"RotationalLimitMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"RotationMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"scale"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConicalFrustum","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"scaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"scaledVolume()"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_MDF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RD"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RDF"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RDN"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"SDF_RS"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"SelfImpulse"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Separate"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"serialize()"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"serializeBvh()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"ServoTarget"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"set(Cluster, int, float)","u":"set(com.jme3.bullet.objects.infos.Cluster,int,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(double, double, double)","u":"set(double,double,double)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(double, double, double, double)","u":"set(double,double,double,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(float, float, float)","u":"set(float,float,float)"},{"p":"com.jme3.math","c":"Quaternion","l":"set(float, float, float, float)","u":"set(float,float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(int, double)","u":"set(int,double)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(int, float)","u":"set(int,float)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(int, int, float)","u":"set(int,int,float)"},{"p":"com.jme3.math","c":"Triangle","l":"set(int, Vector3f)","u":"set(int,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"set(Matrix3d)","u":"set(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(Matrix3f)","u":"set(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"set(MotorParam, float)","u":"set(com.jme3.bullet.joints.motors.MotorParam,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"set(MotorParam, int, float)","u":"set(com.jme3.bullet.joints.motors.MotorParam,int,float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"set(MotorParam, Vector3f)","u":"set(com.jme3.bullet.joints.motors.MotorParam,com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(Quatd)","u":"set(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Matrix3f","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Quaternion","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"set(Quaternion)","u":"set(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"set(Sbcp, float)","u":"set(com.jme3.bullet.objects.infos.Sbcp,float)"},{"p":"com.jme3.math","c":"TransformDp","l":"set(TransformDp)","u":"set(com.jme3.math.TransformDp)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(Vec3d)","u":"set(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"TransformDp","l":"set(Vec3d, Quatd, Vec3d)","u":"set(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"set(Vector3f)","u":"set(com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"set(Vector3f)","u":"set(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set(Vector3f, Vector3f, Vector3f)","u":"set(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set1(Vector3f)","u":"set1(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set2(Vector3f)","u":"set2(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Triangle","l":"set3(Vector3f)","u":"set3(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setAccumulatedImpulse(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setAccumulatedImpulse(Vector3f)","u":"setAccumulatedImpulse(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setAccuracy(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setACDMode(ACDMode)","u":"setACDMode(vhacd.ACDMode)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setActivationState(long, int)","u":"setActivationState(long,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setAerodynamics(Aero)","u":"setAerodynamics(com.jme3.bullet.objects.infos.Aero)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setAirDensity(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setAlpha(double)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularFactor(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularFactor(Vector3f)","u":"setAngularFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setAngularLowerLimit(Vector3f)","u":"setAngularLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"setAngularOnly(boolean)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setAngularOnly(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularSleepingThreshold(float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setAngularStiffness(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setAngularUpperLimit(Vector3f)","u":"setAngularUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularVelocity(Vector3f)","u":"setAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setAngularVelocityDp(Vec3d)","u":"setAngularVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setAnisotropicFriction(Vector3f, int)","u":"setAnisotropicFriction(com.jme3.math.Vector3f,int)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulse(long, float)","u":"setAppliedImpulse(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulseLateral1(long, float)","u":"setAppliedImpulseLateral1(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setAppliedImpulseLateral2(long, float)","u":"setAppliedImpulseLateral2(long,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setApplyLocal(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"setApplyPhysicsLocal(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setAsync(boolean)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"setAxis(Vector3f)","u":"setAxis(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setAxisA(Vector3f)","u":"setAxisA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setAxisB(Vector3f)","u":"setAxisB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseAngularVelocity(Vector3f)","u":"setBaseAngularVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseLocation(Vector3f)","u":"setBaseLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseOrientation(Quaternion)","u":"setBaseOrientation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseTransform(Transform)","u":"setBaseTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setBaseVelocity(Vector3f)","u":"setBaseVelocity(com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setBeta(double)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setBodyA(PhysicsBody)","u":"setBodyA(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setBodyB(PhysicsBody)","u":"setBodyB(com.jme3.bullet.objects.PhysicsBody)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setBreakingImpulseThreshold(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCcdMotionThreshold(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCcdSweptSphereRadius(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setCcdWithStaticOnly(boolean)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setCFM(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"setChildTransform(CollisionShape, Transform)","u":"setChildTransform(com.jme3.bullet.collision.shapes.CollisionShape,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setClusterIterations(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollideWithGroups(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setCollideWithGroups(int)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setCollisionBetweenLinkedBodies(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setCollisionFlags(int, int...)","u":"setCollisionFlags(int,int...)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionFlags(long, int)","u":"setCollisionFlags(long,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionGroup(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setCollisionGroup(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setCollisionShape(CollisionShape)","u":"setCollisionShape(com.jme3.bullet.collision.shapes.CollisionShape)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedFriction(long, float)","u":"setCombinedFriction(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedRestitution(long, float)","u":"setCombinedRestitution(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedRollingFriction(long, float)","u":"setCombinedRollingFriction(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setCombinedSpinningFriction(long, float)","u":"setCombinedSpinningFriction(long,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setConfig(SoftBodyConfig)","u":"setConfig(com.jme3.bullet.objects.infos.SoftBodyConfig)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactCalcArea3Points(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactDamping(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setContactErp(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setContactFilterEnabled(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactMotion1(long, float)","u":"setContactMotion1(long,float)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setContactMotion2(long, float)","u":"setContactMotion2(long,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactProcessingThreshold(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setContactResponse(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setContactResponse(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setContactStiffness(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setConvexHullDownSampling(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"setCoordinateSystem(int, int, int)","u":"setCoordinateSystem(int,int,int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"setCoordinateSystem(Vector3f, Vector3f, Vector3f)","u":"setCoordinateSystem(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setDamping(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setDamping(float)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setDamping(float, float)","u":"setDamping(float,float)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setDamping(float, float)","u":"setDamping(float,float)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setDamping(int, float)","u":"setDamping(int,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setDamping(int, float, boolean)","u":"setDamping(int,float,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingLimAng(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setDampingLimited(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setDampingLimited(int, boolean)","u":"setDampingLimited(int,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setDampingOrthoLin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setDeactivationDeadline(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setDeactivationEnabled(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setDeactivationTime(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setDebugEnabled(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setDebugEnabled(boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setDefaultMargin(float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"setDescriber(Describer)","u":"setDescriber(jme3utilities.debug.Describer)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setDistance1(long, float)","u":"setDistance1(long,float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setDriftIterations(int)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setEnabled(boolean)"},{"p":"jme3utilities.minie","c":"PhysicsDumper","l":"setEnabled(DumpFlags, boolean)","u":"setEnabled(jme3utilities.minie.DumpFlags,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setEnabled(int, boolean)","u":"setEnabled(int,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setEnableMotor(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setEnableSleep(boolean)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint()"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setEquilibriumPoint()"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setEquilibriumPoint(int)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setEquilibriumPoint(int, float)","u":"setEquilibriumPoint(int,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setERP(float)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setERP(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setERP(Vector3f)","u":"setERP(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setFallSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setFallSpeed(float)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setFeedback(boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setFillMode(FillMode)","u":"setFillMode(com.jme3.bullet.FillMode)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setFindBestPlane(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setFlags(long, int)","u":"setFlags(long,int)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"setForceUpdateAllAabbs(boolean)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setFriction(float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setFrictionSlip(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setFrictionSlip(int, float)","u":"setFrictionSlip(int,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setFrontWheel(boolean)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setGlobalCfm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setGravity(float)"},{"p":"com.jme3.bullet","c":"DeformableSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSoftSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setGravity(Vector3f)","u":"setGravity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setGravityDp(Vec3d)","u":"setGravityDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setIgnoreList(PhysicsCollisionObject[])","u":"setIgnoreList(com.jme3.bullet.collision.PhysicsCollisionObject[])"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setImpulseClamp(float)"},{"p":"jme3utilities.debug","c":"Dumper","l":"setIndentIncrement(String)","u":"setIndentIncrement(java.lang.String)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"setInfluence(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setInverseInertiaLocal(Vector3f)","u":"setInverseInertiaLocal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setJointErp(float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"setJointPosition(int, float)","u":"setJointPosition(int,float)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"setJointVelocity(int, float)","u":"setJointVelocity(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setJumpSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setJumpSpeed(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setKinematic(boolean)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLateralFrictionDir1(long, Vector3f)","u":"setLateralFrictionDir1(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLateralFrictionDir2(long, Vector3f)","u":"setLateralFrictionDir2(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setLimit(float, float)","u":"setLimit(float,float)"},{"p":"com.jme3.bullet.joints","c":"ConeJoint","l":"setLimit(float, float, float)","u":"setLimit(float,float,float)"},{"p":"com.jme3.bullet.joints","c":"HingeJoint","l":"setLimit(float, float, float, float, float)","u":"setLimit(float,float,float,float,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setLimitSoftness(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setLimitSoftness(float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearFactor(Vector3f)","u":"setLinearFactor(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setLinearLowerLimit(Vector3f)","u":"setLinearLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearSleepingThreshold(float)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setLinearStiffness(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"setLinearUpperLimit(Vector3f)","u":"setLinearUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setLinearVelocity(Vector3f)","u":"setLinearVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setLinearVelocityDp(Vec3d)","u":"setLinearVelocityDp(com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.debug","c":"Describer","l":"setListSeparator(String)","u":"setListSeparator(java.lang.String)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLocalPointA(long, Vector3f)","u":"setLocalPointA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setLocalPointB(long, Vector3f)","u":"setLocalPointB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"setLocalThreadPhysicsSpace(CollisionSpace)","u":"setLocalThreadPhysicsSpace(com.jme3.bullet.CollisionSpace)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"setLocation(Vector3f)","u":"setLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setLocationAndBasis(Vector3f, Matrix3f)","u":"setLocationAndBasis(com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setLowerAngLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setLowerLimit(float)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"setLowerLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setLowerLimit(Vector3f)","u":"setLowerLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setLowerLinLimit(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"MinkowskiSum","l":"setMargin(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"setMargin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMargin(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMass(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassByArea(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassByCurrent(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMasses(FloatBuffer)","u":"setMasses(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setMassFromDensity(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setMaxAngMotorForce(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setMaxConcavity(double)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setMaxDisplacement(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxHulls(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setMaxLimitForce(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setMaxLinMotorForce(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setMaxMotorForce(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setMaxMotorForce(Vector3f)","u":"setMaxMotorForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setMaxPenetrationDepth(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setMaxPenetrationDepth(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxRecursion(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setMaxSlope(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setMaxSlope(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setMaxSubSteps(int)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setMaxSuspensionForce(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionForce(int, float)","u":"setMaxSuspensionForce(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setMaxSuspensionTravelCm(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setMaxSuspensionTravelCm(int, float)","u":"setMaxSuspensionTravelCm(int,float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"setMaxTimeStep(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setMaxVerticesPerHull(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMaxVerticesPerHull(int)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setMinBatch(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setMinEdgeLength(int)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setMinMax(Vector3f, Vector3f)","u":"setMinMax(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setMinVolumePerHull(double)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setMode(int)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setMotorEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setMotorEnabled(int, boolean)","u":"setMotorEnabled(int,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setNativeId(long)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setNativeId(long)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"setNativeId(long)"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"setNativeIdNotTracked(long)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNodeMass(int, float)","u":"setNodeMass(int,float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNodeVelocity(int, Vector3f)","u":"setNodeVelocity(int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setNormalCFM(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setNormalCFM(Vector3f)","u":"setNormalCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setNormals(FloatBuffer)","u":"setNormals(java.nio.FloatBuffer)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"setNormalsModified()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setNormalWorldOnB(long, Vector3f)","u":"setNormalWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setNumIterations(int)"},{"p":"vhacd","c":"VHACDParameters","l":"setPCA(boolean)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPhysicsLocation(Vector3f)","u":"setPhysicsLocation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPhysicsLocationDp(Vec3d)","u":"setPhysicsLocationDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotation(Matrix3f)","u":"setPhysicsRotation(com.jme3.math.Matrix3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotation(Quaternion)","u":"setPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotation(Quaternion)","u":"setPhysicsRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"MultiBodyCollider","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotationDp(Matrix3d)","u":"setPhysicsRotationDp(com.simsilica.mathd.Matrix3d)"},{"p":"com.jme3.bullet.objects","c":"PhysicsGhostObject","l":"setPhysicsRotationDp(Quatd)","u":"setPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsRotationDp(Quatd)","u":"setPhysicsRotationDp(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsScale(Vector3f)","u":"setPhysicsScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"setPhysicsSpace(PhysicsSpace)","u":"setPhysicsSpace(com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setPhysicsTransform(Transform)","u":"setPhysicsTransform(com.jme3.math.Transform)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setPivotInA(Vector3f)","u":"setPivotInA(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Anchor","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Constraint","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setPivotInB(Vector3f)","u":"setPivotInB(com.jme3.math.Vector3f)"},{"p":"vhacd","c":"VHACDParameters","l":"setPlaneDownSampling(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setPose(boolean, boolean)","u":"setPose(boolean,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setPositionIterations(int)"},{"p":"jme3utilities.lbj","c":"Mesh","l":"setPositionsModified()"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setPositionWorldOnA(long, Vector3f)","u":"setPositionWorldOnA(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"ManifoldPoints","l":"setPositionWorldOnB(long, Vector3f)","u":"setPositionWorldOnB(long,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setPoweredAngMotor(boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setPoweredLinMotor(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setProtectGravity(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setProtectWorldInfo(boolean)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRadius(float)"},{"p":"com.jme3.bullet.joints","c":"GearJoint","l":"setRatio(float)"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"setRayTestFlags(int)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setReducedModes(int, int)","u":"setReducedModes(int,int)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setReducedModesEnabled(boolean)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"setReinitializationCallbackEnabled(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setRestingLengthScale(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setRestitution(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionLimAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setRestitutionOrthoLin(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRestLength(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRollInfluence(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setRollInfluence(int, float)","u":"setRollInfluence(int,float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setRollingFriction(float)"},{"p":"com.jme3.math","c":"TransformDp","l":"setRotation(Quatd)","u":"setRotation(com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"Transform","l":"setRotation(Quaternion)","u":"setRotation(com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setRotationAngle(float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setRotationOrder(RotationOrder)","u":"setRotationOrder(com.jme3.bullet.RotationOrder)"},{"p":"com.jme3.math","c":"TransformDp","l":"setScale(double)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setScale(float)"},{"p":"com.jme3.math","c":"Transform","l":"setScale(float)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setScale(float, float, float)","u":"setScale(float,float,float)"},{"p":"com.jme3.math","c":"TransformDp","l":"setScale(Vec3d)","u":"setScale(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"Convex2dShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"setScale(Vector3f)","u":"setScale(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"setScaledInertia(float, float, float)","u":"setScaledInertia(float,float,float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setServoEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setServoEnabled(int, boolean)","u":"setServoEnabled(int,boolean)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setShrinkWrap(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"setSleepingThresholds(float, float)","u":"setSleepingThresholds(float,float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessDirAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessDirLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessLimAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessLimLin(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessOrthoAng(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setSoftnessOrthoLin(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setSpinningFriction(float)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"setSplit(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseEnabled(boolean)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseErp(float)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"setSplitImpulseThreshold(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setSpringEnabled(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setSpringEnabled(int, boolean)","u":"setSpringEnabled(int,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"setStartupMessageEnabled(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setStepHeight(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setStepHeight(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"setStiffness(int, float)","u":"setStiffness(int,float)"},{"p":"com.jme3.bullet.joints","c":"New6Dof","l":"setStiffness(int, float, boolean)","u":"setStiffness(int,float,boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationMotor","l":"setStiffnessLimited(boolean)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"setStiffnessLimited(int, boolean)","u":"setStiffnessLimited(int,boolean)"},{"p":"com.jme3.bullet.objects","c":"ReducedDeformableBody","l":"setStiffnessScale(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setStopCFM(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setStopCFM(Vector3f)","u":"setStopCFM(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionCompression(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionCompression(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionCompression(int, float)","u":"setSuspensionCompression(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionDamping(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionDamping(int, float)","u":"setSuspensionDamping(int,float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setSuspensionLength(float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setSuspensionStiffness(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"setSuspensionStiffness(int, float)","u":"setSuspensionStiffness(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setSweepTest(boolean)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setSweepTest(boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setTargetAngMotorVelocity(float)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setTargetLinMotorVelocity(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setTargetVelocity(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setTargetVelocity(Vector3f)","u":"setTargetVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"Point2PointJoint","l":"setTau(float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"setTransform(Vector3f, Matrix3f)","u":"setTransform(com.jme3.math.Vector3f,com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"setTranslation(Vec3d)","u":"setTranslation(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Matrix4f","l":"setTranslation(Vector3f)","u":"setTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"setTranslation(Vector3f)","u":"setTranslation(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"setTraversalMode(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setUp(Vector3f)","u":"setUp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setUp(Vector3f)","u":"setUp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setUpperAngLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"RotationalLimitMotor","l":"setUpperLimit(float)"},{"p":"com.jme3.bullet.joints","c":"NewHinge","l":"setUpperLimit(float)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"setUpperLimit(Vector3f)","u":"setUpperLimit(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"setUpperLinLimit(float)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setUserIndex(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setUserIndex(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"setUserIndex2(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserIndex3(int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"setUserObject(Object)","u":"setUserObject(java.lang.Object)"},{"p":"com.jme3.bullet.objects.infos","c":"RigidBodyMotionState","l":"setVehicle(PhysicsVehicle)","u":"setVehicle(com.jme3.bullet.objects.PhysicsVehicle)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setVehicleId(long, int)","u":"setVehicleId(long,int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVelocities(FloatBuffer)","u":"setVelocities(java.nio.FloatBuffer)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVelocity(Vector3f)","u":"setVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"setVelocityIterations(int)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVolumeDensity(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setVolumeMass(float)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setVolumePercentError(double)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"setVolumeStiffness(float)"},{"p":"vhacd","c":"VHACDParameters","l":"setVoxelResolution(int)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"setVoxelResolution(int)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"setWalkDirection(Vector3f)","u":"setWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"setWalkDirection(Vector3f)","u":"setWalkDirection(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterDensity(float)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterNormal(Vector3f)","u":"setWaterNormal(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"setWaterOffset(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setWheelsDampingCompression(float)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"setWheelsDampingRelaxation(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWindVelocity(Vector3f)","u":"setWindVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWorldInfo(SoftBodyWorldInfo)","u":"setWorldInfo(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"setWorldInfoInternal(SoftBodyWorldInfo)","u":"setWorldInfoInternal(com.jme3.bullet.SoftBodyWorldInfo)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setXExtent(float)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setYExtent(float)"},{"p":"com.jme3.bounding","c":"BoundingBox","l":"setZExtent(float)"},{"p":"com.jme3.bullet","c":"SolverType","l":"SI"},{"p":"com.jme3.bullet","c":"SolverMode","l":"SIMD"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"SIMPLE"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f, Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"SimplexCollisionShape(Vector3f[])","u":"%3Cinit%3E(com.jme3.math.Vector3f[])"},{"p":"com.jme3.math","c":"FastMath","l":"sin(float)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofJoint","l":"SixDofJoint(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.joints.JointEnd)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"SixDofSpringJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SixDofSpringJoint","l":"SixDofSpringJoint(PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,com.jme3.bullet.joints.JointEnd)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"size()"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"sleeping"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"slerp(float, Quaternion, Quaternion, Quaternion)","u":"slerp(float,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Matrix3f,com.jme3.math.Matrix3f,boolean)"},{"p":"com.jme3.bullet.joints","c":"SliderJoint","l":"SliderJoint(PhysicsRigidBody, Vector3f, Vector3f, JointEnd)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsRigidBody,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.bullet.joints.JointEnd)"},{"p":"jme3utilities.math","c":"IntPair","l":"smaller()"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"soft"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"SoftAngularJoint(Vector3f, PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftAngularJoint","l":"SoftAngularJoint(Vector3f, PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"SoftBodyConfig(PhysicsSoftBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"SoftBodyMaterial(PhysicsSoftBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"SoftBodyWorldInfo()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"SoftBodyWorldInfo(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"SoftHardness"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"SoftLinearJoint(Vector3f, PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftLinearJoint","l":"SoftLinearJoint(Vector3f, PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"SoftPhysicsJoint(PhysicsSoftBody, int, PhysicsRigidBody)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsRigidBody)"},{"p":"com.jme3.bullet.joints","c":"SoftPhysicsJoint","l":"SoftPhysicsJoint(PhysicsSoftBody, int, PhysicsSoftBody, int)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsSoftBody,int,com.jme3.bullet.objects.PhysicsSoftBody,int)"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"spaceId()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"spaceId()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"SphereCollisionShape(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"SphereCollisionShape(FloatBuffer, int, int)","u":"%3Cinit%3E(java.nio.FloatBuffer,int,int)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"sphereRadius()"},{"p":"jme3utilities.math","c":"MyVolume","l":"sphereVolume(float)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"Spherical"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"SphericalSegment(float)","u":"%3Cinit%3E(float)"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"SphericalSegment(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"split(Plane)","u":"split(com.jme3.math.Plane)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"GImpactCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"HullCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"ChildCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"CompoundMesh","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet.collision.shapes","c":"MeshCollisionShape","l":"split(Triangle)","u":"split(com.jme3.math.Triangle)"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"splitImpulseErp()"},{"p":"com.jme3.bullet","c":"SolverInfo","l":"splitImpulseThreshold()"},{"p":"com.jme3.math","c":"FastMath","l":"sqrt(float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"squad(float, Quaternion, Quaternion, Quaternion, Quaternion, Quaternion)","u":"squad(float,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"squadA(Quaternion, Quaternion, Quaternion, Quaternion)","u":"squadA(com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities","c":"Validate","l":"standardAngle(float, String)","u":"standardAngle(float,java.lang.String)"},{"p":"jme3utilities.math","c":"MyMath","l":"standardize(float)"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"standardize(Quaternion, Quaternion)","u":"standardize(com.jme3.math.Quaternion,com.jme3.math.Quaternion)"},{"p":"jme3utilities.math","c":"MyVector3f","l":"standardize(Vector3f, Vector3f)","u":"standardize(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"standardizeAngle(float)"},{"p":"com.jme3.bullet.collision","c":"CollisionFlag","l":"STATIC_OBJECT"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"steer(float)"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"steer(int, float)","u":"steer(int,float)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"steer(VehicleWheel, float)","u":"steer(com.jme3.bullet.objects.VehicleWheel,float)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"Stiffness"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"StopCfm"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"StopErp"},{"p":"jme3utilities.debug","c":"Dumper","l":"stream"},{"p":"com.jme3.bullet","c":"RayTestFlag","l":"SubSimplexRaytest"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(float, float, float)","u":"subtract(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"subtract(Vec3d)","u":"subtract(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(Vector3f)","u":"subtract(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtract(Vector3f, Vector3f)","u":"subtract(com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtractLocal(float, float, float)","u":"subtractLocal(float,float,float)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"subtractLocal(Vec3d)","u":"subtractLocal(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"Vector3f","l":"subtractLocal(Vector3f)","u":"subtractLocal(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"MyMath","l":"sumOfSquares(float...)"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"surfaceArea()"},{"p":"com.jme3.bullet","c":"FillMode","l":"SurfaceOnly"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"sweepTest(ConvexShape, Transform, Transform, List, float)","u":"sweepTest(com.jme3.bullet.collision.shapes.ConvexShape,com.jme3.math.Transform,com.jme3.math.Transform,java.util.List,float)"},{"p":"com.jme3.math","c":"FastMath","l":"tan(float)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"TargetVelocity"},{"p":"vhacd","c":"ACDMode","l":"TETRAHEDRON"},{"p":"jme3utilities.math","c":"MyVolume","l":"tetrahedronVolume(Vector3f, Vector3f, Vector3f, Vector3f)","u":"tetrahedronVolume(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CustomConvexShape","l":"threadTmpVector"},{"p":"jme3utilities","c":"Validate","l":"throwNpe"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"TimeScale"},{"p":"jme3utilities.math","c":"VectorSet","l":"toBuffer()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toBuffer()"},{"p":"jme3utilities.math","c":"MyMath","l":"toDegrees(float)"},{"p":"jme3utilities.math","c":"VectorSet","l":"toFloatArray()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toFloatArray()"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"MultiSphere","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"toHullShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"toHullShape()"},{"p":"vhacd","c":"VHACDParameters","l":"toMap()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toMap()"},{"p":"vhacd","c":"VHACDParameters","l":"toOutputStream(OutputStream)","u":"toOutputStream(java.io.OutputStream)"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toOutputStream(OutputStream)","u":"toOutputStream(java.io.OutputStream)"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toQuaternion()"},{"p":"jme3utilities.math","c":"MyMath","l":"toRadians(float)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toRotationMatrix()"},{"p":"com.jme3.math","c":"Matrix4f","l":"toRotationMatrix(Matrix3f)","u":"toRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix(Matrix3f)","u":"toRotationMatrix(com.jme3.math.Matrix3f)"},{"p":"com.jme3.math","c":"Quaternion","l":"toRotationMatrix(Matrix4f)","u":"toRotationMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toRotationQuat(Quaternion)","u":"toRotationQuat(com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toScaleVector(Vector3f)","u":"toScaleVector(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConvexShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"toSplittableShape()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"toString()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"toString()"},{"p":"com.jme3.bullet.joints","c":"PhysicsJoint","l":"toString()"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"toString()"},{"p":"com.jme3.math","c":"Matrix3f","l":"toString()"},{"p":"com.jme3.math","c":"Matrix4f","l":"toString()"},{"p":"com.jme3.math","c":"Plane","l":"toString()"},{"p":"com.jme3.math","c":"Quaternion","l":"toString()"},{"p":"com.jme3.math","c":"Transform","l":"toString()"},{"p":"com.jme3.math","c":"TransformDp","l":"toString()"},{"p":"com.jme3.math","c":"Vector3f","l":"toString()"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"toString()"},{"p":"com.simsilica.mathd","c":"Quatd","l":"toString()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"toString()"},{"p":"jme3utilities.math","c":"IntPair","l":"toString()"},{"p":"jme3utilities.math","c":"RectangularSolid","l":"toString()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toString()"},{"p":"vhacd","c":"VHACDParameters","l":"toString()"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"toString()"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"totalAppliedForce(Vector3f)","u":"totalAppliedForce(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsRigidBody","l":"totalAppliedTorque(Vector3f)","u":"totalAppliedTorque(com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"toTransformMatrix()"},{"p":"com.jme3.math","c":"Quaternion","l":"toTransformMatrix(Matrix4f)","u":"toTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Transform","l":"toTransformMatrix(Matrix4f)","u":"toTransformMatrix(com.jme3.math.Matrix4f)"},{"p":"com.jme3.math","c":"Matrix4f","l":"toTranslationVector(Vector3f)","u":"toTranslationVector(com.jme3.math.Vector3f)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"toVector3f()"},{"p":"jme3utilities.math","c":"VectorSet","l":"toVectorArray()"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"toVectorArray()"},{"p":"com.jme3.math","c":"Transform","l":"Transform()","u":"%3Cinit%3E()"},{"p":"jme3utilities.math","c":"MyBuffer","l":"transform(FloatBuffer, int, int, Transform)","u":"transform(java.nio.FloatBuffer,int,int,com.jme3.math.Transform)"},{"p":"jme3utilities.math","c":"MyMath","l":"transform(Transform, Vector3f, Vector3f)","u":"transform(com.jme3.math.Transform,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"Transform","l":"Transform(Vector3f, Quaternion)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Quaternion)"},{"p":"com.jme3.math","c":"Transform","l":"Transform(Vector3f, Quaternion, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Quaternion,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(TransformDp)","u":"%3Cinit%3E(com.jme3.math.TransformDp)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(Vec3d, Quatd)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd)"},{"p":"com.jme3.math","c":"TransformDp","l":"TransformDp(Vec3d, Quatd, Vec3d)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Quatd,com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.math","c":"MyMath","l":"transformInverse(Transform, Triangle, Triangle)","u":"transformInverse(com.jme3.math.Transform,com.jme3.math.Triangle,com.jme3.math.Triangle)"},{"p":"jme3utilities.math","c":"MyMath","l":"transformInverse(Transform, Vector3f, Vector3f)","u":"transformInverse(com.jme3.math.Transform,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.math","c":"TransformDp","l":"transformInverseVector(Vec3d, Vec3d)","u":"transformInverseVector(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.math","c":"TransformDp","l":"transformVector(Vec3d, Vec3d)","u":"transformVector(com.simsilica.mathd.Vec3d,com.simsilica.mathd.Vec3d)"},{"p":"jme3utilities.math","c":"MyBuffer","l":"translate(FloatBuffer, int, int, Vector3f)","u":"translate(java.nio.FloatBuffer,int,int,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision.shapes","c":"CompoundCollisionShape","l":"translate(Vector3f)","u":"translate(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationalLimitMotor","l":"TranslationalLimitMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.jme3.bullet.joints.motors","c":"TranslationMotor","l":"TranslationMotor(long)","u":"%3Cinit%3E(long)"},{"p":"com.simsilica.mathd","c":"Matrix3d","l":"transpose()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"traversalMode()"},{"p":"com.jme3.math","c":"Triangle","l":"Triangle()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Triangle","l":"Triangle(Vector3f, Vector3f, Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.collision","c":"PhysicsRayTestResult","l":"triangleIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsSweepTestResult","l":"triangleIndex()"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"BoundingValueHierarchy","l":"triangleIndex(int)"},{"p":"com.jme3.math","c":"FastMath","l":"TWO_PI"},{"p":"com.jme3.bullet","c":"NativePhysicsObject","l":"unassignNativeObject()"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_X"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_X"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_XYZ"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_Y"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_Y"},{"p":"com.jme3.math","c":"Vector3f","l":"UNIT_Z"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"UNIT_Z"},{"p":"com.jme3.bullet.collision.shapes","c":"BoxCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CapsuleCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"ConeCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"CylinderCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"EmptyShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SimplexCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphereCollisionShape","l":"unscaledVolume()"},{"p":"com.jme3.bullet.collision.shapes","c":"HeightfieldCollisionShape","l":"upAxis()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"upAxisIndex()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"upAxisIndex()"},{"p":"vhacd","c":"VHACDProgressListener","l":"update(double, double, double, String, String)","u":"update(double,double,double,java.lang.String,java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float, int)","u":"update(float,int)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"update(float, int, boolean, boolean, boolean)","u":"update(float,int,boolean,boolean,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updateClusterMesh(PhysicsSoftBody, Mesh, boolean)","u":"updateClusterMesh(com.jme3.bullet.objects.PhysicsSoftBody,jme3utilities.lbj.Mesh,boolean)"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updateMesh(PhysicsSoftBody, IntBuffer, Mesh, boolean, boolean, Transform)","u":"updateMesh(com.jme3.bullet.objects.PhysicsSoftBody,java.nio.IntBuffer,jme3utilities.lbj.Mesh,boolean,boolean,com.jme3.math.Transform)"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"updatePhysicsState()"},{"p":"com.jme3.bullet.util","c":"NativeSoftBodyUtil","l":"updatePinMesh(PhysicsSoftBody, Mesh, boolean)","u":"updatePinMesh(com.jme3.bullet.objects.PhysicsSoftBody,jme3utilities.lbj.Mesh,boolean)"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"updateScale()"},{"p":"com.jme3.bullet","c":"MultiBodySpace","l":"updateSolver()"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"updateSolver()"},{"p":"com.jme3.bullet.objects","c":"PhysicsVehicle","l":"updateWheels()"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"updateWheelTransform(VehicleWheel)","u":"updateWheelTransform(com.jme3.bullet.objects.VehicleWheel)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"UpperLimit"},{"p":"com.jme3.bullet","c":"SolverMode","l":"Use2Directions"},{"p":"com.jme3.bullet","c":"CollisionSpace","l":"useDeterministicDispatch(boolean)"},{"p":"com.jme3.bullet","c":"MultiBody","l":"useGlobalVelocities(boolean)"},{"p":"com.jme3.bullet.collision","c":"PcoType","l":"user"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"userIndex()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"userIndex()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex2()"},{"p":"com.jme3.bullet.collision.shapes","c":"CollisionShape","l":"userIndex2()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"userIndex2()"},{"p":"com.jme3.bullet.collision","c":"PhysicsCollisionObject","l":"userIndex3()"},{"p":"com.jme3.bullet","c":"MultiBody","l":"useRK4(boolean)"},{"p":"com.jme3.bullet","c":"PhysicsSpace","l":"useScr(boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_OneSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_Point"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_TwoSided"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"V_TwoSidedLiftDrag"},{"p":"jme3utilities.math","c":"MyQuaternion","l":"validateUnit(Quaternion, String, float)","u":"validateUnit(com.jme3.math.Quaternion,java.lang.String,float)"},{"p":"com.jme3.bullet","c":"FillMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"SolverType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.system","c":"Platform.Os","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.system","c":"Platform","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"vhacd","c":"ACDMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.jme3.bullet","c":"FillMode","l":"values()"},{"p":"com.jme3.bullet.joints","c":"JointEnd","l":"values()"},{"p":"com.jme3.bullet.joints.motors","c":"MotorParam","l":"values()"},{"p":"com.jme3.bullet","c":"MultiBodyJointType","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Aero","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Cluster","l":"values()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"values()"},{"p":"com.jme3.bullet","c":"PhysicsSpace.BroadphaseType","l":"values()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"values()"},{"p":"com.jme3.bullet","c":"SolverType","l":"values()"},{"p":"com.jme3.system","c":"Platform.Os","l":"values()"},{"p":"com.jme3.system","c":"Platform","l":"values()"},{"p":"jme3utilities.minie","c":"DumpFlags","l":"values()"},{"p":"vhacd","c":"ACDMode","l":"values()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d()","u":"%3Cinit%3E()"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(Vec3d)","u":"%3Cinit%3E(com.simsilica.mathd.Vec3d)"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"Vec3d(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"com.jme3.util","c":"TempVars","l":"vect1"},{"p":"com.jme3.util","c":"TempVars","l":"vect2"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f()","u":"%3Cinit%3E()"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"com.jme3.math","c":"Vector3f","l":"Vector3f(Vector3f)","u":"%3Cinit%3E(com.jme3.math.Vector3f)"},{"p":"jme3utilities.math","c":"VectorSetUsingBuffer","l":"VectorSetUsingBuffer(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleController","l":"VehicleController(PhysicsVehicle, PhysicsSpace)","u":"%3Cinit%3E(com.jme3.bullet.objects.PhysicsVehicle,com.jme3.bullet.PhysicsSpace)"},{"p":"com.jme3.bullet.objects.infos","c":"VehicleTuning","l":"VehicleTuning()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"VehicleWheel","l":"VehicleWheel(Vector3f, Vector3f, Vector3f, float, float, boolean)","u":"%3Cinit%3E(com.jme3.math.Vector3f,com.jme3.math.Vector3f,com.jme3.math.Vector3f,float,float,boolean)"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"VelocityCorrection"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyConfig","l":"velocityIterations()"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"verifyMutable()"},{"p":"com.jme3.bullet.util","c":"NativeLibrary","l":"versionNumber()"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"VF_DD"},{"p":"com.jme3.bullet.objects.infos","c":"ConfigFlag","l":"VF_SS"},{"p":"vhacd4","c":"Vhacd4Parameters","l":"Vhacd4Parameters()","u":"%3Cinit%3E()"},{"p":"vhacd","c":"VHACDParameters","l":"VHACDParameters()","u":"%3Cinit%3E()"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"volume()"},{"p":"com.jme3.bullet.objects.infos","c":"Sbcp","l":"VolumeConservation"},{"p":"com.jme3.bullet.collision.shapes.infos","c":"IndexedMesh","l":"volumeConvex()"},{"p":"com.jme3.bullet.util","c":"DebugShapeFactory","l":"volumeConvex(ConvexShape, int)","u":"volumeConvex(com.jme3.bullet.collision.shapes.ConvexShape,int)"},{"p":"com.jme3.bullet.objects.infos","c":"SoftBodyMaterial","l":"volumeStiffness()"},{"p":"vhacd","c":"ACDMode","l":"VOXEL"},{"p":"com.jme3.math","c":"Quaternion","l":"w"},{"p":"com.simsilica.mathd","c":"Quatd","l":"w"},{"p":"com.jme3.bullet.collision","c":"Activation","l":"wantsDeactivation"},{"p":"com.jme3.bullet","c":"SolverMode","l":"WarmStart"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"warp(Vector3f)","u":"warp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects","c":"PhysicsCharacter","l":"warp(Vector3f)","u":"warp(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet.objects.infos","c":"CharacterController","l":"warpDp(Vec3d)","u":"warpDp(com.simsilica.mathd.Vec3d)"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"waterDensity()"},{"p":"com.jme3.bullet","c":"SoftBodyWorldInfo","l":"waterOffset()"},{"p":"com.jme3.system","c":"Platform.Os","l":"Windows"},{"p":"com.jme3.system","c":"Platform","l":"Windows_ARM32"},{"p":"com.jme3.system","c":"Platform","l":"Windows_ARM64"},{"p":"com.jme3.system","c":"Platform","l":"Windows32"},{"p":"com.jme3.system","c":"Platform","l":"Windows64"},{"p":"com.jme3.bullet.objects","c":"PhysicsSoftBody","l":"windVelocity(Vector3f)","u":"windVelocity(com.jme3.math.Vector3f)"},{"p":"com.jme3.bullet","c":"MultiBodyLink","l":"worldTransform(Transform)","u":"worldTransform(com.jme3.math.Transform)"},{"p":"jme3utilities.lbj","c":"IndexBuffer","l":"wrapIndexBuffer(Buffer)","u":"wrapIndexBuffer(java.nio.Buffer)"},{"p":"com.jme3.math","c":"Quaternion","l":"x"},{"p":"com.jme3.math","c":"Vector3f","l":"x"},{"p":"com.simsilica.mathd","c":"Quatd","l":"x"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"x"},{"p":"jme3utilities.math","c":"MyVector3f","l":"xAxis"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"XYZ"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"XZY"},{"p":"com.jme3.math","c":"Quaternion","l":"y"},{"p":"com.jme3.math","c":"Vector3f","l":"y"},{"p":"com.simsilica.mathd","c":"Quatd","l":"y"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"y"},{"p":"jme3utilities.math","c":"MyVector3f","l":"yAxis"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"yMax()"},{"p":"com.jme3.bullet.collision.shapes","c":"SphericalSegment","l":"yMin()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"YXZ"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"YZX"},{"p":"com.jme3.math","c":"Quaternion","l":"z"},{"p":"com.jme3.math","c":"Vector3f","l":"z"},{"p":"com.simsilica.mathd","c":"Quatd","l":"z"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"z"},{"p":"jme3utilities.math","c":"MyVector3f","l":"zAxis"},{"p":"com.jme3.math","c":"Matrix3f","l":"ZERO"},{"p":"com.jme3.math","c":"Quaternion","l":"ZERO"},{"p":"com.jme3.math","c":"Vector3f","l":"ZERO"},{"p":"com.simsilica.mathd","c":"Vec3d","l":"ZERO"},{"p":"com.jme3.math","c":"Matrix3f","l":"zero()"},{"p":"com.jme3.math","c":"Matrix4f","l":"zero()"},{"p":"com.jme3.math","c":"Vector3f","l":"zero()"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"ZXY"},{"p":"com.jme3.bullet","c":"RotationOrder","l":"ZYX"}];updateSearchResults(); \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 49dd8d7b..402f4a04 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,66 +2,66 @@ https://stephengold.github.io/Libbulletjme/lbj-en/English/add.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/build.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/character.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/collision.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/debug.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/demos.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/implementation.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/lexicon.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/misc.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/new6dof.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/overview.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/rigidbody.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/shape.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/softbody.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/sport.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z https://stephengold.github.io/Libbulletjme/lbj-en/English/vehicle.html -2024-06-02T20:24:18.136Z +2024-06-03T15:35:19.368Z