OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlaneNormal
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStaticPlaneShape.h
50
const btVector3&
getPlaneNormal
() const
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btStaticPlaneShape.java
65
public Vector3
getPlaneNormal
() {
btStaticPlaneShapeData.java
83
public btVector3FloatData
getPlaneNormal
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexPlaneCollisionAlgorithm.cpp
63
const btVector3& planeNormal = planeShape->
getPlaneNormal
();
107
const btVector3& planeNormal = planeShape->
getPlaneNormal
();
btCollisionWorld.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btContinuousConvexCollision.cpp
65
const btVector3& planeNormal = planeShape->
getPlaneNormal
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
Completed in 528 milliseconds