MCPcopy 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
57size_t CollisionMesh::GetNumVertices() const
58{
59 return static_cast<size_t>(mVBuffer->GetNumElements());
60}
61
62Vector3<float> CollisionMesh::GetPosition(size_t i) const
63{

Callers 1

CreateModelBoundMethod · 0.45

Calls 1

GetNumElementsMethod · 0.45

Tested by

no test coverage detected