| 34 | } |
| 35 | |
| 36 | void TrackCylinder::Reset() |
| 37 | { |
| 38 | mInitialYaw = 0.0f; |
| 39 | mInitialPitch = 0.0f; |
| 40 | mYaw = 0.0f; |
| 41 | mPitch = 0.0f; |
| 42 | mRoot->localTransform.MakeIdentity(); |
| 43 | mRoot->Update(); |
| 44 | } |
| 45 | |
| 46 | void TrackCylinder::OnSetInitialPoint() |
| 47 | { |
nothing calls this directly
no test coverage detected