| 373 | } |
| 374 | |
| 375 | void findPosition(double relTime, float *posXCur, float *posYCur, float *posZCur) |
| 376 | { |
| 377 | *posXCur = 0; *posYCur = 0; *posZCur = 0; |
| 378 | } |
| 379 | |
| 380 | PointType deskewPoint(PointType *point, double relTime) |
| 381 | { |
nothing calls this directly
no outgoing calls
no test coverage detected