MCPcopy Create free account
hub / github.com/axmolengine/axmol / readMatrix

Method readMatrix

core/3d/BundleReader.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187bool BundleReader::readMatrix(float* m)
188{
189 return (read(m, sizeof(float), 16) == 16);
190}
191
192}

Callers 2

loadSkinDataBinaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected