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

Method raycast

src/collision/TriangleMesh.cpp:345–347  ·  view source on GitHub ↗

Ray casting method

Source from the content-addressed store, hash-verified

343
344// Ray casting method
345void TriangleMesh::raycast(const Ray& ray, DynamicAABBTreeRaycastCallback& callback) const {
346 mDynamicAABBTree.raycast(ray, callback);
347}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected