MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getLength

Method getLength

src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp:69–73  ·  view source on GitHub ↗

----------------------------------------------------- //

Source from the content-addressed store, hash-verified

67
68// ----------------------------------------------------- //
69short bDNA::getLength(int ind)
70{
71 assert(ind <= (int)mTlens.size());
72 return mTlens[ind];
73}
74
75// ----------------------------------------------------- //
76int bDNA::getReverseType(short type)

Callers 6

swapMethod · 0.45
readStructMethod · 0.45
parseStructMethod · 0.45
resolvePointersChunkMethod · 0.45
writeChunksMethod · 0.45
addStructMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected