| 224 | } |
| 225 | |
| 226 | void 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 | |
| 232 | void StringNodeManager::addNodeVel(u32 num, JGeometry::TVec3f newVel) { |
| 233 | #line 448 |
no test coverage detected