KChart

TernaryConstants.h
1/*
2 * SPDX-FileCopyrightText: 2001-2015 Klaralvdalens Datakonsult AB. All rights reserved.
3 *
4 * This file is part of the KD Chart library.
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef TERNARYCONSTANTS_H
10#define TERNARYCONSTANTS_H
11
12#include <QPointF>
13
14extern const qreal Sqrt3;
15extern const qreal TriangleWidth;
16extern const qreal TriangleHeight;
17extern const QPointF TriangleTop;
18extern const QPointF TriangleBottomLeft;
19extern const QPointF TriangleBottomRight;
20extern const QPointF AxisVector_C_A;
21extern const QPointF Norm_C_A;
22extern const QPointF AxisVector_B_A;
23extern const QPointF Norm_B_A;
24extern const QPointF AxisVector_B_C;
25extern const QPointF Norm_B_C;
26extern const qreal RelMarkerLength;
27extern const QPointF FullMarkerDistanceBC;
28extern const QPointF FullMarkerDistanceAC;
29extern const QPointF FullMarkerDistanceBA;
30
31#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.