| 180 | } |
| 181 | |
| 182 | void ImuAccVisual::setFramePosition(const Ogre::Vector3& position) |
| 183 | { |
| 184 | frame_node_->setPosition(position); |
| 185 | } |
| 186 | |
| 187 | void ImuAccVisual::setFrameOrientation(const Ogre::Quaternion& orientation) |
| 188 | { |
nothing calls this directly
no outgoing calls
no test coverage detected