Searched defs:collision (Results 1 - 25 of 61) sorted by relevance

123

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/
H A DPhysicsCollisionListener.java32 package com.jme3.bullet.collision;
35 * Interface for Objects that want to be informed about collision events in the physics space
41 * Called when a collision happened in the PhysicsSpace, <i>called from render thread</i>.<br/>
45 public void collision(PhysicsCollisionEvent event); method in interface:PhysicsCollisionListener
H A DPhysicsCollisionGroupListener.java6 package com.jme3.bullet.collision;
16 * This is only called when the collision will happen based on the collisionGroup and collideWithGroups
21 * @return true if the collision should happen, false otherwise
H A DRagdollCollisionListener.java5 package com.jme3.bullet.collision;
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DCollidable.java33 package com.jme3.collision;
38 * they support collision detection between other objects that are also
46 * Check collision with another Collidable.
48 * @param other The object to check collision against
H A DMotionAllowedListener.java33 package com.jme3.collision;
H A DUnsupportedCollisionException.java33 package com.jme3.collision;
36 * Thrown by {@link Collidable} when the requested collision query could not
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DTriangleAxisComparator.java33 package com.jme3.collision.bih;
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DTestRayCasting.java33 package jme3test.collision;
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java32 package com.jme3.bullet.collision;
H A DPhysicsRayTestResult.java32 package com.jme3.bullet.collision;
H A DPhysicsSweepTestResult.java32 package com.jme3.bullet.collision;
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DBoxCollisionShape.java32 package com.jme3.bullet.collision.shapes;
44 * Basic box collision shape
55 * creates a collision box from the given halfExtents
H A DConeCollisionShape.java5 package com.jme3.bullet.collision.shapes;
H A DCylinderCollisionShape.java32 package com.jme3.bullet.collision.shapes;
44 * Basic cylinder collision shape
H A DHullCollisionShape.java1 package com.jme3.bullet.collision.shapes;
H A DPlaneCollisionShape.java6 package com.jme3.bullet.collision.shapes;
H A DSphereCollisionShape.java32 package com.jme3.bullet.collision.shapes;
43 * Basic sphere collision shape
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
H A DChildCollisionShape.java5 package com.jme3.bullet.collision.shapes.infos;
7 import com.jme3.bullet.collision.shapes.BoxCollisionShape;
8 import com.jme3.bullet.collision.shapes.CollisionShape;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java32 package com.jme3.bullet.collision;
34 import com.bulletphysics.collision.narrowphase.ManifoldPoint;
H A DPhysicsRayTestResult.java32 package com.jme3.bullet.collision;
H A DPhysicsSweepTestResult.java32 package com.jme3.bullet.collision;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DBoxCollisionShape.java32 package com.jme3.bullet.collision.shapes;
34 import com.bulletphysics.collision.shapes.BoxShape;
44 * Basic box collision shape
55 * creates a collision box from the given halfExtents
H A DConeCollisionShape.java5 package com.jme3.bullet.collision.shapes;
7 import com.bulletphysics.collision.shapes.ConeShape;
8 import com.bulletphysics.collision.shapes.ConeShapeX;
9 import com.bulletphysics.collision.shapes.ConeShapeZ;
H A DCylinderCollisionShape.java32 package com.jme3.bullet.collision.shapes;
34 import com.bulletphysics.collision.shapes.CylinderShape;
35 import com.bulletphysics.collision.shapes.CylinderShapeX;
36 import com.bulletphysics.collision.shapes.CylinderShapeZ;
46 * Basic cylinder collision shape
H A DHullCollisionShape.java1 package com.jme3.bullet.collision.shapes;
3 import com.bulletphysics.collision.shapes.ConvexHullShape;

Completed in 356 milliseconds

123