/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | SimplexCollisionShape.java | 32 createShape(); in SimplexCollisionShape() 39 createShape(); in SimplexCollisionShape() 45 createShape(); in SimplexCollisionShape() 50 createShape(); in SimplexCollisionShape() 69 createShape(); in read() 72 protected void createShape() { in createShape() method in SimplexCollisionShape 74 objectId = createShape(vector1, vector2, vector3, vector4); in createShape() 77 objectId = createShape(vector1, vector2, vector3); in createShape() 80 objectId = createShape(vector1, vector2); in createShape() 83 objectId = createShape(vector1); in createShape() [all …]
|
D | CapsuleCollisionShape.java | 62 createShape(); in CapsuleCollisionShape() 75 createShape(); in CapsuleCollisionShape() 104 createShape(); in read() 107 protected void createShape(){ in createShape() method in CapsuleCollisionShape 108 objectId = createShape(axis, radius, height); in createShape() 127 private native long createShape(int axis, float radius, float height); in createShape() method in CapsuleCollisionShape
|
D | CylinderCollisionShape.java | 62 createShape(); in CylinderCollisionShape() 73 createShape(); in CylinderCollisionShape() 96 createShape(); in read() 99 protected void createShape() { in createShape() method in CylinderCollisionShape 100 objectId = createShape(axis, halfExtents); in createShape() 119 private native long createShape(int axis, Vector3f halfExtents); in createShape() method in CylinderCollisionShape
|
D | ConeCollisionShape.java | 33 createShape(); in ConeCollisionShape() 40 createShape(); in ConeCollisionShape() 61 createShape(); in read() 64 protected void createShape() { in createShape() method in ConeCollisionShape 65 objectId = createShape(axis, radius, height); in createShape() 80 private native long createShape(int axis, float radius, float height); in createShape() method in ConeCollisionShape
|
D | SphereCollisionShape.java | 59 createShape(); in SphereCollisionShape() 76 createShape(); in read() 79 protected void createShape() { in createShape() method in SphereCollisionShape 80 objectId = createShape(radius); in createShape() 89 private native long createShape(float radius); in createShape() method in SphereCollisionShape
|
D | PlaneCollisionShape.java | 34 createShape(); in PlaneCollisionShape() 51 createShape(); in read() 54 protected void createShape() { in createShape() method in PlaneCollisionShape 55 objectId = createShape(plane.getNormal(), plane.getConstant()); in createShape() 64 private native long createShape(Vector3f normal, float constant); in createShape() method in PlaneCollisionShape
|
D | BoxCollisionShape.java | 60 createShape(); in BoxCollisionShape() 78 createShape(); in read() 81 protected void createShape() { in createShape() method in BoxCollisionShape 82 objectId = createShape(halfExtents); in createShape() 89 private native long createShape(Vector3f halfExtents); in createShape() method in BoxCollisionShape
|
D | HullCollisionShape.java | 26 createShape(); in HullCollisionShape() 31 createShape(); in HullCollisionShape() 58 createShape(); in read() 61 protected void createShape() { in createShape() method in HullCollisionShape 78 objectId = createShape(bbuf); in createShape() 84 private native long createShape(ByteBuffer points); in createShape() method in HullCollisionShape
|
D | GImpactCollisionShape.java | 99 createShape(); in createCollisionMesh() 132 createShape(); in read() 135 protected void createShape() { in createShape() method in GImpactCollisionShape 152 objectId = createShape(meshId); in createShape() 158 private native long createShape(long meshId); in createShape() method in GImpactCollisionShape
|
D | HeightfieldCollisionShape.java | 93 createShape(); in createCollisionHeightfield() 96 protected void createShape() { in createShape() method in HeightfieldCollisionShape 106 …objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeigh… in createShape() 112 …private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfiel… in createShape() method in HeightfieldCollisionShape 143 createShape(); in read()
|
D | MeshCollisionShape.java | 96 createShape(); in createCollisionMesh() 127 createShape(); in read() 130 protected void createShape() { in createShape() method in MeshCollisionShape 145 objectId = createShape(meshId); in createShape() 151 private native long createShape(long meshId); in createShape() method in MeshCollisionShape
|
D | CompoundCollisionShape.java | 58 objectId = createShape();//new CompoundShape(); in CompoundCollisionShape() 130 private native long createShape(); in createShape() method in CompoundCollisionShape
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | SimplexCollisionShape.java | 32 createShape(); in SimplexCollisionShape() 39 createShape(); in SimplexCollisionShape() 45 createShape(); in SimplexCollisionShape() 50 createShape(); in SimplexCollisionShape() 69 createShape(); in read() 72 protected void createShape() { in createShape() method in SimplexCollisionShape
|
D | CylinderCollisionShape.java | 64 createShape(); in CylinderCollisionShape() 75 createShape(); in CylinderCollisionShape() 98 createShape(); in read() 101 protected void createShape() { in createShape() method in CylinderCollisionShape
|
D | ConeCollisionShape.java | 35 createShape(); in ConeCollisionShape() 42 createShape(); in ConeCollisionShape() 63 createShape(); in read() 66 protected void createShape() { in createShape() method in ConeCollisionShape
|
D | HullCollisionShape.java | 25 createShape(this.points); in HullCollisionShape() 30 createShape(this.points); in HullCollisionShape() 54 createShape(this.points); in read() 57 protected void createShape(float[] points) { in createShape() method in HullCollisionShape
|
D | SphereCollisionShape.java | 59 createShape(); in SphereCollisionShape() 76 createShape(); in read() 79 protected void createShape() { in createShape() method in SphereCollisionShape
|
D | PlaneCollisionShape.java | 33 createShape(); in PlaneCollisionShape() 50 createShape(); in read() 53 protected void createShape() { in createShape() method in PlaneCollisionShape
|
D | BoxCollisionShape.java | 60 createShape(); in BoxCollisionShape() 78 createShape(); in read() 81 protected void createShape() { in createShape() method in BoxCollisionShape
|
D | CapsuleCollisionShape.java | 78 createShape(); in CapsuleCollisionShape() 107 createShape(); in read() 110 protected void createShape(){ in createShape() method in CapsuleCollisionShape
|
D | MeshCollisionShape.java | 77 createShape(); in createCollisionMesh() 109 createShape(); in read() 112 protected void createShape() { in createShape() method in MeshCollisionShape
|
D | GImpactCollisionShape.java | 79 createShape(); in createCollisionMesh() 113 createShape(); in read() 116 protected void createShape() { in createShape() method in GImpactCollisionShape
|
D | HeightfieldCollisionShape.java | 89 createShape(); in createCollisionHeightfield() 92 protected void createShape() { in createShape() method in HeightfieldCollisionShape 130 createShape(); in read()
|
/external/jmonkeyengine/ |
D | NOTICE | 17372 * Method: createShape 17412 * Method: createShape 17425 * Method: createShape 17468 * Method: createShape 17584 * Method: createShape 17662 * Method: createShape 17667 * Method: createShape 17672 * Method: createShape 17788 * Method: createShape 17884 * Method: createShape [all …]
|