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

Method lessThan

Extras/Serialize/BulletFileLoader/bDNA.cpp:42–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41// ----------------------------------------------------- //
42bool bDNA::lessThan(bDNA *file)
43{
44 return (m_Names.size() < file->m_Names.size());
45}
46
47// ----------------------------------------------------- //
48char *bDNA::getName(int ind)

Callers 1

parseInternalMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected