Home
last modified time | relevance | path

Searched defs:createShape (Results 1 – 23 of 23) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DSimplexCollisionShape.java72 protected void createShape() { in createShape() method in SimplexCollisionShape
93 private native long createShape(Vector3f vector1); in createShape() method in SimplexCollisionShape
95 private native long createShape(Vector3f vector1, Vector3f vector2); in createShape() method in SimplexCollisionShape
97 private native long createShape(Vector3f vector1, Vector3f vector2, Vector3f vector3); in createShape() method in SimplexCollisionShape
99 …private native long createShape(Vector3f vector1, Vector3f vector2, Vector3f vector3, Vector3f vec… in createShape() method in SimplexCollisionShape
DSphereCollisionShape.java79 protected void createShape() { in createShape() method in SphereCollisionShape
89 private native long createShape(float radius); in createShape() method in SphereCollisionShape
DBoxCollisionShape.java81 protected void createShape() { in createShape() method in BoxCollisionShape
89 private native long createShape(Vector3f halfExtents); in createShape() method in BoxCollisionShape
DPlaneCollisionShape.java54 protected void createShape() { in createShape() method in PlaneCollisionShape
64 private native long createShape(Vector3f normal, float constant); in createShape() method in PlaneCollisionShape
DCylinderCollisionShape.java99 protected void createShape() { in createShape() method in CylinderCollisionShape
119 private native long createShape(int axis, Vector3f halfExtents); in createShape() method in CylinderCollisionShape
DHullCollisionShape.java61 protected void createShape() { in createShape() method in HullCollisionShape
84 private native long createShape(ByteBuffer points); in createShape() method in HullCollisionShape
DConeCollisionShape.java64 protected void createShape() { in createShape() method in ConeCollisionShape
80 private native long createShape(int axis, float radius, float height); in createShape() method in ConeCollisionShape
DCapsuleCollisionShape.java107 protected void createShape(){ in createShape() method in CapsuleCollisionShape
127 private native long createShape(int axis, float radius, float height); in createShape() method in CapsuleCollisionShape
DMeshCollisionShape.java130 protected void createShape() { in createShape() method in MeshCollisionShape
151 private native long createShape(long meshId); in createShape() method in MeshCollisionShape
DGImpactCollisionShape.java135 protected void createShape() { in createShape() method in GImpactCollisionShape
158 private native long createShape(long meshId); in createShape() method in GImpactCollisionShape
DHeightfieldCollisionShape.java96 protected void createShape() { in createShape() method in HeightfieldCollisionShape
112 …private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfiel… in createShape() method in HeightfieldCollisionShape
DCompoundCollisionShape.java130 private native long createShape(); in createShape() method in CompoundCollisionShape
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DPlaneCollisionShape.java53 protected void createShape() { in createShape() method in PlaneCollisionShape
DSphereCollisionShape.java79 protected void createShape() { in createShape() method in SphereCollisionShape
DBoxCollisionShape.java81 protected void createShape() { in createShape() method in BoxCollisionShape
DCylinderCollisionShape.java101 protected void createShape() { in createShape() method in CylinderCollisionShape
DConeCollisionShape.java66 protected void createShape() { in createShape() method in ConeCollisionShape
DHullCollisionShape.java57 protected void createShape(float[] points) { in createShape() method in HullCollisionShape
DCapsuleCollisionShape.java110 protected void createShape(){ in createShape() method in CapsuleCollisionShape
DMeshCollisionShape.java112 protected void createShape() { in createShape() method in MeshCollisionShape
DGImpactCollisionShape.java116 protected void createShape() { in createShape() method in GImpactCollisionShape
DSimplexCollisionShape.java72 protected void createShape() { in createShape() method in SimplexCollisionShape
DHeightfieldCollisionShape.java92 protected void createShape() { in createShape() method in HeightfieldCollisionShape