codex
Loading...
Searching...
No Matches
rotate_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_ARITHMETIC_FOLDING_ROTATE_TEST_HPP
2#define CODEX_ARITHMETIC_FOLDING_ROTATE_TEST_HPP
3
4#include <QTest>
5
6class RotateTest : public QObject {
7 Q_OBJECT
8private slots:
9 void rotate();
10 void rotate_y();
11};
12
13#endif
Definition rotate_test.hpp:6
void rotate()
void rotate_y()