ACF
$AcfVersion:0$
Acf
Include
i2d
Test
CVector2dTest.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2
#pragma once
3
4
5
// Qt includes
6
#include <QtCore/QObject>
7
#include <QtTest/QtTest>
8
9
// ACF includes
10
#include <
i2d/CVector2d.h
>
11
#include <
itest/CStandardTestExecutor.h
>
12
13
class
CVector2dTest
:
public
QObject
14
{
15
Q_OBJECT
16
private
slots:
17
void
initTestCase();
18
19
void
ConstructorTest();
20
void
GetSetTest();
21
void
ArithmeticOperatorsTest();
22
void
GetTranslatedTest();
23
void
GetAngleTest();
24
void
GetOrthogonalTest();
25
void
GetNormalizedTest();
26
void
GetCrossProductZTest();
27
void
GetDotProductTest();
28
29
void
cleanupTestCase();
30
};
31
32
CStandardTestExecutor.h
CVector2d.h
CVector2dTest
Definition
CVector2dTest.h:14
Generated by
1.9.8