| 122 | // -------------------------------------------------------------------------------------------------------------------- |
| 123 | |
| 124 | SHRotation::SHRotation(int order) |
| 125 | : mRotation(order) |
| 126 | {} |
| 127 | |
| 128 | void SHRotation::setRotation(const Quaternionf& quaternion) |
| 129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected