OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntFrac
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSparseSDF.h
49
struct
IntFrac
165
const
IntFrac
ix=Decompose(scx.x());
166
const
IntFrac
iy=Decompose(scx.y());
167
const
IntFrac
iz=Decompose(scx.z());
277
static inline
IntFrac
Decompose(btScalar x)
281
IntFrac
r;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSparseSdf3.java
63
static public class
IntFrac
extends BulletBase {
66
protected
IntFrac
(final String className, long cPtr, boolean cMemoryOwn) {
71
/** Construct a new
IntFrac
, normally you should not need this constructor it's intended for low-level usage. */
72
public
IntFrac
(long cPtr, boolean cMemoryOwn) {
73
this("
IntFrac
", cPtr, cMemoryOwn);
84
public static long getCPtr(
IntFrac
obj) {
130
public
IntFrac
() {
333
public static btSparseSdf3.
IntFrac
Decompose(float x) {
334
return new btSparseSdf3.
IntFrac
(SoftbodyJNI.btSparseSdf3_Decompose(x), true);
Completed in 71 milliseconds