Searched refs:PlaneCollisionShape (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DPlaneCollisionShape.java22 public class PlaneCollisionShape extends CollisionShape{ class in inherits:CollisionShape
25 public PlaneCollisionShape() { method in class:PlaneCollisionShape
32 public PlaneCollisionShape(Plane plane) { method in class:PlaneCollisionShape
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DPlaneCollisionShape.java21 public class PlaneCollisionShape extends CollisionShape{ class in inherits:CollisionShape
24 public PlaneCollisionShape() { method in class:PlaneCollisionShape
31 public PlaneCollisionShape(Plane plane) { method in class:PlaneCollisionShape
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestKinematicAddToPhysicsSpaceIssue.java11 import com.jme3.bullet.collision.shapes.PlaneCollisionShape;
70 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
H A DTestLocalPhysics.java101 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
H A DTestSimplePhysics.java96 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
H A DTestPhysicsReadWrite.java108 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);

Completed in 255 milliseconds