HomeSort by relevance Sort by last modified time
    Searched refs:btGeometryUtil (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btGeometryUtil.java 17 public class btGeometryUtil extends BulletBase {
20 protected btGeometryUtil(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btGeometryUtil, normally you should not need this constructor it's intended for low-level usage. */
26 public btGeometryUtil(long cPtr, boolean cMemoryOwn) {
27 this("btGeometryUtil", cPtr, cMemoryOwn);
38 public static long getCPtr(btGeometryUtil obj) {
80 public btGeometryUtil() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGeometryUtil.h 22 ///The btGeometryUtil helper class provides a few methods to convert between plane equations and vertices.
23 class btGeometryUtil
btGeometryUtil.cpp 17 #include "btGeometryUtil.h"
33 bool btGeometryUtil::isPointInsidePlanes(const btAlignedObjectArray<btVector3>& planeEquations, const btVector3& point, btScalar margin)
50 bool btGeometryUtil::areVerticesBehindPlane(const btVector3& planeNormal, const btAlignedObjectArray<btVector3>& vertices, btScalar margin)
81 void btGeometryUtil::getPlaneEquationsFromVertices(btAlignedObjectArray<btVector3>& vertices, btAlignedObjectArray<btVector3>& planeEquationsOut )
129 void btGeometryUtil::getVerticesFromPlaneEquations(const btAlignedObjectArray<btVector3>& planeEquations , btAlignedObjectArray<btVector3>& verticesOut )
  /external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i 59 #include <LinearMath/btGeometryUtil.h>
61 bool btGeometryUtil::isInside(btAlignedObjectArray<btVector3> const&, btVector3 const&, float)
66 %include "LinearMath/btGeometryUtil.h"
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.cpp 23 #include "LinearMath/btGeometryUtil.h"
68 btGeometryUtil::getPlaneEquationsFromVertices(orgVertices,planeEquations);
81 btGeometryUtil::getVerticesFromPlaneEquations(shiftedPlaneEquations,tmpVertices);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i 31 SPECIFY_CLASS(btGeometryUtil, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp     [all...]

Completed in 165 milliseconds