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

Method DenseBox

source/MRMesh/MRDenseBox.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8DenseBox::DenseBox( const std::vector<Vector3f>& points, const AffineXf3f* xf )
9{
10 init_( points, nullptr, xf );
11}
12
13DenseBox::DenseBox( const std::vector<Vector3f>& points, const std::vector<float>& weights, const AffineXf3f* xf )
14{

Callers 1

test_denseboxFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_denseboxFunction · 0.64