Home
last modified time | relevance | path

Searched refs:initAngle (Results 1 – 7 of 7) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/preview_items/
H A Darc_assistant.cpp107 double initAngle = m_constructMan.GetStartAngle(); in ViewDraw() local
112 double degs = getNormDeciDegFromRad( initAngle ); in ViewDraw()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DpolygonSymmetryAxis.m73 initAngle = initAngles(indMin); variable
78 initAngle-pi/4, initAngle+pi/4);
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/plugins/AffineTransformations/src/
H A DDkImgTransformationsPlugin.cpp405 double initAngle = qAcos(inImage.width()/diag) * 180 / PI; in paintEvent() local
406 …nImage.width() - diag*0.5*qCos((initAngle+rotationValue) * PI / 180.0), 0.5* inImage.height() - di… in paintEvent()
564 double initAngle = qAcos(inImage.width()/diag) * 180 / PI; in getTransformedImage() local
565 …nImage.width() - diag*0.5*qCos((initAngle+rotationValue) * PI / 180.0), 0.5* inImage.height() - di… in getTransformedImage()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_polyobj.h188 UINT32 initAngle; // intial angle member
H A Dp_polyobj.c1809 th->angle = th->initAngle; in T_PolyDoorSlide()
2210 th->initAngle = th->angle; in Polyobj_doSlideDoor()
H A Dp_saveg.c2260 WRITEUINT32(save_p, ht->initAngle); in SavePolyslidedoorThinker()
3434 ht->initAngle = READUINT32(save_p); in LoadPolyslidedoorThinker()
/dports/audio/faust/faust-2.37.3/architecture/AU/Source/CocoaUI/
H A DFaustAU_CustomView.m305 int initAngle = 225.0 - 270.0 * (value - fSlider->fMin) / (fSlider->fMax - fSlider->fMin);
313 withCurrentAngle:initAngle];