MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getNodePos

Method getNodePos

src/Sato/StringObj.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void StringNodeManager::getNodePos(u32 num, JGeometry::TVec3f *pos) {
227#line 434
228 JUT_MINMAX_ASSERT(0, num, mStrNodeList.getNumLinks());
229 *pos = mStrNodeList.getNth(num)->getObject()->mPos;
230}
231
232void StringNodeManager::addNodeVel(u32 num, JGeometry::TVec3f newVel) {
233#line 448

Callers 4

fixChainMethod · 0.80
calcMethod · 0.80
setCurrentViewNoMethod · 0.80
drawSimpleModelMethod · 0.80

Calls 3

getNthMethod · 0.80
getNumLinksMethod · 0.45
getObjectMethod · 0.45

Tested by

no test coverage detected