OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btSoftBodyHelpers
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.h
45
struct
btSoftBodyHelpers
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBodyHelpers.java
20
public class
btSoftBodyHelpers
extends BulletBase {
23
protected
btSoftBodyHelpers
(final String className, long cPtr, boolean cMemoryOwn) {
28
/** Construct a new
btSoftBodyHelpers
, normally you should not need this constructor it's intended for low-level usage. */
29
public
btSoftBodyHelpers
(long cPtr, boolean cMemoryOwn) {
30
this("
btSoftBodyHelpers
", cPtr, cMemoryOwn);
41
public static long getCPtr(
btSoftBodyHelpers
obj) {
184
public
btSoftBodyHelpers
() {
Completed in 810 milliseconds