Searched defs:SphereCollisionShape (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DSphereCollisionShape.java46 public class SphereCollisionShape extends CollisionShape { class in inherits:CollisionShape
50 public SphereCollisionShape() { method in class:SphereCollisionShape
54 * creates a SphereCollisionShape with the given radius
57 public SphereCollisionShape(float radius) { method in class:SphereCollisionShape
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DSphereCollisionShape.java46 public class SphereCollisionShape extends CollisionShape { class in inherits:CollisionShape
50 public SphereCollisionShape() { method in class:SphereCollisionShape
54 * creates a SphereCollisionShape with the given radius
57 public SphereCollisionShape(float radius) { method in class:SphereCollisionShape

Completed in 889 milliseconds