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