| 123 | } |
| 124 | |
| 125 | void ImuAxesVisual::setFramePosition(const Ogre::Vector3& position) |
| 126 | { |
| 127 | frame_node_->setPosition(position); |
| 128 | } |
| 129 | |
| 130 | void ImuAxesVisual::setFrameOrientation(const Ogre::Quaternion& orientation) |
| 131 | { |
nothing calls this directly
no outgoing calls
no test coverage detected