Home
last modified time | relevance | path

Searched refs:sideLabelRotation (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dscatter3drenderer.cpp2040 QVector3D sideLabelRotation(0.0f, 0.0f, 0.0f); in drawLabels() local
2057 sideLabelRotation.setY(180.f); in drawLabels()
2062 sideLabelRotation.setY(180.0f + (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2064 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2068 sideLabelRotation.setY(180.0f - (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2070 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2074 sideLabelRotation.setX(-fractionCamY); in drawLabels()
2077 QQuaternion totalSideRotation = Utils::calculateRotation(sideLabelRotation); in drawLabels()
2140 drawAxisTitleY(sideLabelRotation, backLabelRotation, labelTransSide, labelTransBack, in drawLabels()
H A Dbars3drenderer.cpp2071 QVector3D sideLabelRotation(0.0f, 0.0f, 0.0f); in drawLabels() local
2088 sideLabelRotation.setY(180.f); in drawLabels()
2093 sideLabelRotation.setY(180.0f + (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2095 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2099 sideLabelRotation.setY(180.0f - (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2101 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2105 sideLabelRotation.setX(-fractionCamY); in drawLabels()
2108 QQuaternion totalSideRotation = Utils::calculateRotation(sideLabelRotation); in drawLabels()
2160 drawAxisTitleY(sideLabelRotation, backLabelRotation, sideLabelTrans, backLabelTrans, in drawLabels()
H A Dsurface3drenderer.cpp2332 QVector3D sideLabelRotation(0.0f, 0.0f, 0.0f); in drawLabels() local
2349 sideLabelRotation.setY(180.f); in drawLabels()
2354 sideLabelRotation.setY(180.0f + (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2356 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2360 sideLabelRotation.setY(180.0f - (2.0f * labelAutoAngle) - fractionCamX); in drawLabels()
2362 sideLabelRotation.setY(-fractionCamX); in drawLabels()
2366 sideLabelRotation.setX(-fractionCamY); in drawLabels()
2369 QQuaternion totalSideRotation = Utils::calculateRotation(sideLabelRotation); in drawLabels()
2434 drawAxisTitleY(sideLabelRotation, backLabelRotation, labelTransSide, labelTransBack, in drawLabels()
H A Dabstract3drenderer_p.h208 void drawAxisTitleY(const QVector3D &sideLabelRotation, const QVector3D &backLabelRotation,
H A Dabstract3drenderer.cpp839 void Abstract3DRenderer::drawAxisTitleY(const QVector3D &sideLabelRotation, in drawAxisTitleY() argument
862 yRotation = sideLabelRotation.y(); in drawAxisTitleY()