OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrimeshPrimitiveManager
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h
538
class
TrimeshPrimitiveManager
:public btPrimitiveManagerBase
555
TrimeshPrimitiveManager
()
570
TrimeshPrimitiveManager
(const
TrimeshPrimitiveManager
& manager)
587
TrimeshPrimitiveManager
(
604
virtual ~
TrimeshPrimitiveManager
() {}
717
TrimeshPrimitiveManager
m_primitive_manager;
748
TrimeshPrimitiveManager
* dummymanager = static_cast<
TrimeshPrimitiveManager
*>(dummy);
755
TrimeshPrimitiveManager
* dummymanager = static_cast<TrimeshPrimitiveManager *>(dummy)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactMeshShapePart.java
61
static public class
TrimeshPrimitiveManager
extends btPrimitiveManagerBase {
64
protected
TrimeshPrimitiveManager
(final String className, long cPtr, boolean cMemoryOwn) {
69
/** Construct a new
TrimeshPrimitiveManager
, normally you should not need this constructor it's intended for low-level usage. */
70
public
TrimeshPrimitiveManager
(long cPtr, boolean cMemoryOwn) {
71
this("
TrimeshPrimitiveManager
", cPtr, cMemoryOwn);
82
public static long getCPtr(
TrimeshPrimitiveManager
obj) {
216
public
TrimeshPrimitiveManager
() {
220
public
TrimeshPrimitiveManager
(btGImpactMeshShapePart.
TrimeshPrimitiveManager
manager) {
221
this(CollisionJNI.new_btGImpactMeshShapePart_TrimeshPrimitiveManager__SWIG_1(btGImpactMeshShapePart.
TrimeshPrimitiveManager
.getCPtr(manager), manager), true)
[
all
...]
Completed in 1585 milliseconds