OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getScaledPoint
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexPointCloudShape.h
76
SIMD_FORCE_INLINE btVector3
getScaledPoint
( int index) const
btConvexHullShape.h
61
SIMD_FORCE_INLINE btVector3
getScaledPoint
(int i) const
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexHullShape.java
110
public Vector3
getScaledPoint
(int i) {
btConvexPointCloudShape.java
94
public Vector3
getScaledPoint
(int index) {
Completed in 45 milliseconds