OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btWheelInfoConstructionInfo
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btWheelInfo.h
19
struct
btWheelInfoConstructionInfo
84
btWheelInfo(
btWheelInfoConstructionInfo
& ci)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btWheelInfoConstructionInfo.java
19
public class
btWheelInfoConstructionInfo
extends BulletBase {
22
protected
btWheelInfoConstructionInfo
(final String className, long cPtr, boolean cMemoryOwn) {
27
/** Construct a new
btWheelInfoConstructionInfo
, normally you should not need this constructor it's intended for low-level usage. */
28
public
btWheelInfoConstructionInfo
(long cPtr, boolean cMemoryOwn) {
29
this("
btWheelInfoConstructionInfo
", cPtr, cMemoryOwn);
40
public static long getCPtr(
btWheelInfoConstructionInfo
obj) {
161
public
btWheelInfoConstructionInfo
() {
Completed in 106 milliseconds