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

Method updateMeshData

source/MRMesh/MRPointsToMeshProjector.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12void PointsToMeshProjector::updateMeshData( const Mesh* mesh )
13{
14 mesh_ = mesh;
15}
16
17void PointsToMeshProjector::findProjections( std::vector<MeshProjectionResult>& result, const std::vector<Vector3f>& points, const AffineXf3f* objXf, const AffineXf3f* refObjXf, float upDistLimitSq, float loDistLimitSq )
18{

Callers 3

convertObjectMethod · 0.45
findSignedDistancesFunction · 0.45
projectAllMeshVerticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected