OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btOptimizedBvh
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btOptimizedBvh.cpp
17
#include "
btOptimizedBvh
.h"
23
btOptimizedBvh
::
btOptimizedBvh
()
27
btOptimizedBvh
::~
btOptimizedBvh
()
32
void
btOptimizedBvh
::build(btStridingMeshInterface* triangles, bool useQuantizedAabbCompression, const btVector3& bvhAabbMin, const btVector3& bvhAabbMax)
206
void
btOptimizedBvh
::refit(btStridingMeshInterface* meshInterface,const btVector3& aabbMin,const btVector3& aabbMax)
233
void
btOptimizedBvh
::refitPartial(btStridingMeshInterface* meshInterface,const btVector3& aabbMin,const btVector3& aabbMax)
272
void
btOptimizedBvh
::updateBvhNodes(btStridingMeshInterface* meshInterface,int firstNode,int endNode,int index)
385
btOptimizedBvh
* btOptimizedBvh::deSerializeInPlace(void *i_alignedDataBuffer, unsigned int i_dataBufferSize, bool (…)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btOptimizedBvh.java
18
public class
btOptimizedBvh
extends btQuantizedBvh {
21
protected
btOptimizedBvh
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btOptimizedBvh
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btOptimizedBvh
(long cPtr, boolean cMemoryOwn) {
28
this("
btOptimizedBvh
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btOptimizedBvh
obj) {
61
public
btOptimizedBvh
() {
85
public static
btOptimizedBvh
deSerializeInPlace(long i_alignedDataBuffer, long i_dataBufferSize, boolean i_swapEndian) {
87
return (cPtr == 0) ? null : new
btOptimizedBvh
(cPtr, false);
Completed in 55 milliseconds