OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btConeShapeX
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConeShapeX.java
18
public class
btConeShapeX
extends btConeShape {
21
protected
btConeShapeX
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btConeShapeX
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btConeShapeX
(long cPtr, boolean cMemoryOwn) {
28
this("
btConeShapeX
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btConeShapeX
obj) {
61
public
btConeShapeX
(float radius, float height) {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.cpp
36
btConeShapeX
::
btConeShapeX
(btScalar radius,btScalar height):
btConeShape.h
22
///The btConeShape implements a cone shape primitive, centered around the origin and aligned with the Y axis. The
btConeShapeX
is aligned around the X axis and btConeShapeZ around the Z axis.
104
class
btConeShapeX
: public btConeShape
107
btConeShapeX
(btScalar radius,btScalar height);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
985
btConeShapeX
* shape = new
btConeShapeX
(radius,height);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i
112
SPECIFY_CLASS(
btConeShapeX
, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp
[
all
...]
Completed in 3229 milliseconds