MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getDynamicAABBTreeNodeDataInt

Method getDynamicAABBTreeNodeDataInt

src/collision/TriangleMesh.cpp:340–342  ·  view source on GitHub ↗

Return the integer data of leaf node of the dynamic AABB tree

Source from the content-addressed store, hash-verified

338
339// Return the integer data of leaf node of the dynamic AABB tree
340int32 TriangleMesh::getDynamicAABBTreeNodeDataInt(int32 nodeID) const {
341 return mDynamicAABBTree.getNodeDataInt(nodeID);
342}
343
344// Ray casting method
345void TriangleMesh::raycast(const Ray& ray, DynamicAABBTreeRaycastCallback& callback) const {

Callers 1

notifyOverlappingNodeMethod · 0.45

Calls 1

getNodeDataIntMethod · 0.80

Tested by

no test coverage detected