OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btDefaultMotionState
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btDefaultMotionState.h
6
///The
btDefaultMotionState
provides a common implementation to synchronize world transforms with offsets.
7
ATTRIBUTE_ALIGNED16(struct)
btDefaultMotionState
: public btMotionState
16
btDefaultMotionState
(const btTransform& startTrans = btTransform::getIdentity(),const btTransform& centerOfMassOffset = btTransform::getIdentity())
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btDefaultMotionState.java
17
public class
btDefaultMotionState
extends btMotionState {
20
protected
btDefaultMotionState
(final String className, long cPtr, boolean cMemoryOwn) {
25
/** Construct a new
btDefaultMotionState
, normally you should not need this constructor it's intended for low-level usage. */
26
public
btDefaultMotionState
(long cPtr, boolean cMemoryOwn) {
27
this("
btDefaultMotionState
", cPtr, cMemoryOwn);
38
public static long getCPtr(
btDefaultMotionState
obj) {
95
public
btDefaultMotionState
(Matrix4 startTrans, Matrix4 centerOfMassOffset) {
99
public
btDefaultMotionState
(Matrix4 startTrans) {
103
public
btDefaultMotionState
() {
Completed in 41 milliseconds