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

Function findDirMax

source/MRMesh/MRDirMax.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104} // anonymous namespace
105
106VertId findDirMax( const Vector3f & dir, const Mesh & m, UseAABBTree u )
107{
108 return findDirMax( dir, MeshPart{ m }, u );
109}
110
111VertId findDirMax( const Vector3f & dir, const MeshPart & mp, UseAABBTree u )
112{

Callers 1

extendAndFillAllHolesFunction · 0.85

Calls 9

findDirMaxBruteForceFunction · 0.85
findDirMaxTFunction · 0.85
leafIdMethod · 0.80
getTriVertsMethod · 0.80
getLeafPointRangeMethod · 0.80
dotFunction · 0.70
getAABBTreeNotCreateMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected