OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localGetSupportingVertexWithoutMargin
(Results
1 - 17
of
17
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMinkowskiSumShape.cpp
30
btVector3 btMinkowskiSumShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
32
btVector3 supVertexA = m_transA(m_shapeA->
localGetSupportingVertexWithoutMargin
(vec*m_transA.getBasis()));
33
btVector3 supVertexB = m_transB(m_shapeB->
localGetSupportingVertexWithoutMargin
(-vec*m_transB.getBasis()));
42
supportVerticesOut[i] =
localGetSupportingVertexWithoutMargin
(vectors[i]);
btSphereShape.cpp
21
btVector3 btSphereShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
41
supVertex =
localGetSupportingVertexWithoutMargin
(vec);
btTriangleMeshShape.h
42
virtual btVector3
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
btConvex2dShape.cpp
30
btVector3 btConvex2dShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
32
return m_childConvexShape->
localGetSupportingVertexWithoutMargin
(vec);
btConeShape.cpp
106
btVector3 btConeShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec) const
btConvexPointCloudShape.cpp
28
btVector3 btConvexPointCloudShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec0)const
77
btVector3 supVertex =
localGetSupportingVertexWithoutMargin
(vec);
btUniformScalingShape.cpp
30
btVector3 btUniformScalingShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
33
tmpVertex = m_childConvexShape->
localGetSupportingVertexWithoutMargin
(vec);
btBoxShape.h
61
SIMD_FORCE_INLINE btVector3
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
btCapsuleShape.cpp
30
btVector3 btCapsuleShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec0)const
btMultiSphereShape.cpp
47
btVector3 btMultiSphereShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec0)const
btBox2dShape.h
64
SIMD_FORCE_INLINE btVector3
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
btConvexHullShape.cpp
60
btVector3 btConvexHullShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec)const
108
btVector3 supVertex =
localGetSupportingVertexWithoutMargin
(vec);
btTriangleShape.h
69
btVector3
localGetSupportingVertexWithoutMargin
(const btVector3& dir)const
btConvexTriangleMeshShape.cpp
79
btVector3 btConvexTriangleMeshShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec0)const
130
btVector3 supVertex =
localGetSupportingVertexWithoutMargin
(vec);
btPolyhedralConvexShape.cpp
324
btVector3 btPolyhedralConvexShape::
localGetSupportingVertexWithoutMargin
(const btVector3& vec0)const
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btTriangleMeshShape.java
65
public Vector3
localGetSupportingVertexWithoutMargin
(Vector3 vec) {
btConvexShape.java
65
public Vector3
localGetSupportingVertexWithoutMargin
(Vector3 vec) {
Completed in 2630 milliseconds