Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetNumVertices
Method
GetNumVertices
GTE/Graphics/CollisionMesh.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
size_t CollisionMesh::GetNumVertices() const
58
{
59
return static_cast<size_t>(mVBuffer->GetNumElements());
60
}
61
62
Vector3<float> CollisionMesh::GetPosition(size_t i) const
63
{
Callers
1
CreateModelBound
Method · 0.45
Calls
1
GetNumElements
Method · 0.45
Tested by
no test coverage detected