Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ numVerts
Method
numVerts
source/MRMesh/MRMeshLoadObj.cpp:288–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
auto numVerts( size_t face ) const
289
{
290
assert( face + 1 < face2vert.size() );
291
return face2vert[face + 1] - face2vert[face];
292
}
293
294
auto numTexVerts( size_t face ) const
295
{
Callers
1
loadSingleModelFromObj
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected