Home
last modified time | relevance | path

Searched refs:tempXY (Results 1 – 12 of 12) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DGraphicalMenuContentObject.php144 $tempXY = explode(',', $val['XY']);
146 $tempXY[0] = $minDim[0] - $Wcounter;
150 $tempXY[1] = $minDim[1] - $Hcounter;
153 $val['XY'] = implode(',', $tempXY);
168 $tempXY[0] = max($totalWH['W']);
174 $val['XY'] = implode(',', $tempXY);
194 $val['XY'] = implode(',', $tempXY);
200 $tempXY = explode(',', $val['XY']);
313 $tempXY = explode(',', $val['XY']);
322 $val['XY'] = implode(',', $tempXY);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_WitnessLine.cxx62 gp_XY tempXY = theDataPoints->Value(Index); in Point() local
63 gp_Pnt point(tempXY.X(), tempXY.Y(), theZDisplacement); in Point()
H A DIGESDimen_CenterLine.cxx69 gp_XY tempXY = theDataPoints->Value(Index); in Point() local
70 gp_Pnt point(tempXY.X(), tempXY.Y(), theZDisplacement); in Point()
H A DIGESDimen_Section.cxx70 gp_XY tempXY = theDataPoints->Value(Index); in Point() local
71 gp_Pnt point(tempXY.X(), tempXY.Y(), theZDisplacement); in Point()
H A DIGESDimen_ToolLeaderArrow.cxx69 gp_XY tempXY; in ReadOwnParams() local
71 if (PR.ReadXY(PR.CurrentList(1, 2), "Segment Co-ords.", tempXY)) in ReadOwnParams()
72 segmentTails->SetValue(i, tempXY); in ReadOwnParams()
H A DIGESDimen_ToolCenterLine.cxx65 gp_XY tempXY; in ReadOwnParams() local
67 if (PR.ReadXY(PR.CurrentList(1, 2), "Data Points", tempXY)) in ReadOwnParams()
68 dataPoints->SetValue(i, tempXY); in ReadOwnParams()
H A DIGESDimen_ToolSection.cxx66 gp_XY tempXY; in ReadOwnParams() local
67 PR.ReadXY(PR.CurrentList(1, 2), "Data Points", tempXY); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
68 dataPoints->SetValue(i, tempXY); in ReadOwnParams()
H A DIGESDimen_ToolWitnessLine.cxx66 gp_XY tempXY; in ReadOwnParams() local
67 PR.ReadXY(PR.CurrentList(1, 2), "Data Points", tempXY); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
68 dataPoints->SetValue(i, tempXY); in ReadOwnParams()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/render/
H A DHoverRenderer.java35 private float[] tempXY = new float[3]; field in HoverRenderer
71 TextRenderer.render(text, g3d, 0, antialias ? 2 : 1, false, null, tempXY ); in render()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_ToolDrawing.cxx67 gp_XY tempXY; in ReadOwnParams() local
80 if (PR.ReadXY(PR.CurrentList(1, 2), "array viewOrigins", tempXY)) in ReadOwnParams()
81 viewOrigins->SetValue(i, tempXY); in ReadOwnParams()
H A DIGESDraw_ToolDrawingWithRotation.cxx70 gp_XY tempXY; in ReadOwnParams() local
84 if (PR.ReadXY(PR.CurrentList(1, 2), "array viewOrigins", tempXY)) in ReadOwnParams()
85 viewOrigins->SetValue(i, tempXY); in ReadOwnParams()
/dports/graphics/opengv/opengv-91f4b19/src/absolute_pose/modules/
H A Dmain.cpp336 Eigen::Matrix<double,4,1> tempXY; in p3p_gao_main() local
337 tempXY[0] = x[0]*y[0]; in p3p_gao_main()
338 tempXY[1] = x[1]*y[1]; in p3p_gao_main()
339 tempXY[2] = x[2]*y[2]; in p3p_gao_main()
340 tempXY[3] = x[3]*y[3]; in p3p_gao_main()
342 Eigen::Matrix<double,4,1> v= tempXP2 + tempYP2 - r*tempXY; in p3p_gao_main()