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