MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / rayMultiMeshAnyIntersect

Function rayMultiMeshAnyIntersect

source/MRMesh/MRMeshIntersect.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254MultiMeshIntersectionResult rayMultiMeshAnyIntersect( const std::vector<Line3fMesh> & lineMeshes,
255 float rayStart, float rayEnd )
256{
257 return rayMultiMeshAnyIntersect_( lineMeshes, rayStart, rayEnd );
258}
259
260MultiMeshIntersectionResult rayMultiMeshAnyIntersect( const std::vector<Line3dMesh> & lineMeshes,
261 double rayStart, double rayEnd )

Callers 1

findIncidentFacesFunction · 0.85

Calls 1

Tested by

no test coverage detected