#include "TernaryConstants.h"
#include <cmath>
Go to the source code of this file.
Functions | |
const QPointF | AxisVector_B_A (TriangleTop) |
const QPointF | AxisVector_B_C (TriangleBottomRight) |
const QPointF | AxisVector_C_A (TriangleTop-TriangleBottomRight) |
const QPointF | FullMarkerDistanceAC (-RelMarkerLength *Norm_C_A) |
const QPointF | FullMarkerDistanceBA (RelMarkerLength *Norm_B_A) |
const QPointF | FullMarkerDistanceBC (RelMarkerLength *Norm_B_C) |
const QPointF | Norm_B_A (-AxisVector_B_A.y(), AxisVector_B_A.x()) |
const QPointF | Norm_B_C (-AxisVector_B_C.y(), AxisVector_B_C.x()) |
const QPointF | Norm_C_A (-AxisVector_C_A.y(), AxisVector_C_A.x()) |
const QPointF | TriangleBottomLeft (0.0, 0.0) |
const QPointF | TriangleBottomRight (1.0, 0.0) |
const QPointF | TriangleTop (0.5, TriangleHeight) |
Variables | |
const double | RelMarkerLength = 0.03 * TriangleWidth |
const double | Sqrt3 = sqrt( 3.0 ) |
const double | TriangleHeight = 0.5 * Sqrt3 |
const double | TriangleWidth = 1.0 |
const QPointF AxisVector_B_A | ( | TriangleTop | ) |
const QPointF AxisVector_B_C | ( | TriangleBottomRight | ) |
const QPointF AxisVector_C_A | ( | TriangleTop- | TriangleBottomRight | ) |
const QPointF FullMarkerDistanceAC | ( | -RelMarkerLength * | Norm_C_A | ) |
const QPointF FullMarkerDistanceBA | ( | RelMarkerLength * | Norm_B_A | ) |
const QPointF FullMarkerDistanceBC | ( | RelMarkerLength * | Norm_B_C | ) |
const QPointF Norm_B_A | ( | -AxisVector_B_A. | y(), | |
AxisVector_B_A. | x() | |||
) |
const QPointF Norm_B_C | ( | -AxisVector_B_C. | y(), | |
AxisVector_B_C. | x() | |||
) |
const QPointF Norm_C_A | ( | -AxisVector_C_A. | y(), | |
AxisVector_C_A. | x() | |||
) |
const QPointF TriangleBottomLeft | ( | 0. | 0, | |
0. | 0 | |||
) |
const QPointF TriangleBottomRight | ( | 1. | 0, | |
0. | 0 | |||
) |
const QPointF TriangleTop | ( | 0. | 5, | |
TriangleHeight | ||||
) |
const double RelMarkerLength = 0.03 * TriangleWidth |
const double Sqrt3 = sqrt( 3.0 ) |
const double TriangleHeight = 0.5 * Sqrt3 |
const double TriangleWidth = 1.0 |
Referenced by KDChart::TernaryCoordinatePlane::layoutDiagrams().