OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btMaterial
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMaterial.h
22
class
btMaterial
30
btMaterial
(){}
31
btMaterial
(btScalar fric, btScalar rest) { m_friction = fric; m_restitution = rest; }
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btMaterial.java
18
public class
btMaterial
extends BulletBase {
21
protected
btMaterial
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btMaterial
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btMaterial
(long cPtr, boolean cMemoryOwn) {
28
this("
btMaterial
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btMaterial
obj) {
85
public
btMaterial
() {
89
public
btMaterial
(float fric, float rest) {
Completed in 144 milliseconds