OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minTh
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h
99
btScalar
minTh
= -SIMD_HALF_PI;
104
drawSpherePatch(center, up, axis, radius,
minTh
, maxTh, minPs, maxPs, color, stepDegrees ,false);
105
drawSpherePatch(center, up, -axis, radius,
minTh
, maxTh, minPs, maxPs, color, stepDegrees,false );
200
btScalar
minTh
, btScalar maxTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar stepDegrees = btScalar(10.f),bool drawCenter = true)
214
if(
minTh
<= -SIMD_HALF_PI)
216
minTh
= -SIMD_HALF_PI + step;
224
if(
minTh
> maxTh)
226
minTh
= -SIMD_HALF_PI + step;
230
int n_hor = (int)((maxTh -
minTh
) / step) + 1;
232
btScalar step_h = (maxTh -
minTh
) / btScalar(n_hor - 1)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp
[
all
...]
Completed in 183 milliseconds