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

Method FastWindingNumber

source/MRMesh/MRFastWindingNumber.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16FastWindingNumber::FastWindingNumber( const Mesh & mesh ) :
17 mesh_( mesh ),
18 tree_( mesh.getAABBTree() ),
19 dipoles_( mesh.getDipoles() )
20{
21}
22
23inline float FastWindingNumber::calc_( const Vector3f & q, float beta, FaceId skipFace ) const
24{

Callers 3

rebuildFunction · 0.45
test_cuda_offsetFunction · 0.45
CudaOffset.dox.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

test_cuda_offsetFunction · 0.36