| 291 | |
| 292 | public: |
| 293 | SceneGraphNode() = default; |
| 294 | /* non-virtual */ ~SceneGraphNode() = default; |
| 295 | |
| 296 | [[nodiscard]] const dm::dquat& GetRotation() const { return m_Rotation; } |
nothing calls this directly
no outgoing calls
no test coverage detected