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

Function rayInsideIntersect

source/MRMesh/MRMeshThickness.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47MeshIntersectionResult rayInsideIntersect( const Mesh& mesh, const MeshPoint & m, float rayEnd )
48{
49 return rayMeshIntersect( mesh, { m.pt, m.inDir }, 0.0f, rayEnd, nullptr, true, m.notIncidentFaces );
50}
51
52MeshIntersectionResult rayInsideIntersect( const Mesh& mesh, VertId v, float rayEnd )
53{

Callers 2

findInSphereImplFunction · 0.85

Calls 3

rayMeshIntersectFunction · 0.85
MeshTriPointClass · 0.70
setMethod · 0.45

Tested by

no test coverage detected