Sketcher/BackEdit: makes view orientation factor accessible to coin managers

This commit is contained in:
0penBrain
2022-08-30 16:43:37 +02:00
committed by wwmayer
parent ea0f62c38e
commit bd40fa403f
3 changed files with 12 additions and 0 deletions

View File

@@ -3581,6 +3581,10 @@ int ViewProviderSketch::getApplicationLogicalDPIX() const {
return QApplication::desktop()->logicalDpiX();
}
int ViewProviderSketch::getViewOrientationFactor() const {
return viewOrientationFactor;
}
double ViewProviderSketch::getRotation(SbVec3f pos0, SbVec3f pos1) const
{
double x0,y0,x1,y1;