Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_PSO.cxx80 math_Vector aCurrPoint(1, myN); in Perform() local
83 aCurrPoint = aMinUV; in Perform()
86 myFunc->Value(aCurrPoint, aCurrValue); in Perform()
93 aParticle->Position[aDimIdx] = aCurrPoint(aDimIdx + 1); in Perform()
106 if(aCurrPoint(aDimIdx) > aMaxUV(aDimIdx)) in Perform()
108 aCurrPoint(aDimIdx) = aMinUV(aDimIdx); in Perform()
109 aCurrPoint(aDimIdx + 1) += mySteps(aDimIdx + 1); in Perform()
116 if(aCurrPoint(myN) > aMaxUV(myN)) in Perform()
142 math_Vector aCurrPoint(1, myN); in performPSOWithGivenParticles() local
195 aCurrPoint(aDimIdx + 1) = aParticle->Position[aDimIdx]; in performPSOWithGivenParticles()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx694 B3DPoint aCurrPoint(rCandidate.getB3DPoint(0)); in snapPointsOfHorizontalOrVerticalEdges() local
695 B3ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
718 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()
719 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY(), in snapPointsOfHorizontalOrVerticalEdges()
720 aCurrPoint.getZ()); in snapPointsOfHorizontalOrVerticalEdges()
729 aCurrPoint = aNextPoint; in snapPointsOfHorizontalOrVerticalEdges()
H A Db2dpolygontools.cxx1854 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in hasNeutralPoints() local
1871 aPrevPoint = aCurrPoint; in hasNeutralPoints()
1872 aCurrPoint = aNextPoint; in hasNeutralPoints()
1887 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in removeNeutralPoints() local
1899 aCurrPoint = aNextPoint; in removeNeutralPoints()
1904 aRetval.append(aCurrPoint); in removeNeutralPoints()
1907 aPrevPoint = aCurrPoint; in removeNeutralPoints()
1908 aCurrPoint = aNextPoint; in removeNeutralPoints()
1937 B2DVector aCurrVec(aPrevPoint - aCurrPoint); in isConvex()
1961 aCurrPoint = aNextPoint; in isConvex()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx780 B3DPoint aCurrPoint(rCandidate.getB3DPoint(0)); in snapPointsOfHorizontalOrVerticalEdges() local
781 B3ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
804 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()
805 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY(), in snapPointsOfHorizontalOrVerticalEdges()
806 aCurrPoint.getZ()); in snapPointsOfHorizontalOrVerticalEdges()
815 aCurrPoint = aNextPoint; in snapPointsOfHorizontalOrVerticalEdges()
H A Db2dpolygontools.cxx1939 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in hasNeutralPoints() local
1956 aPrevPoint = aCurrPoint; in hasNeutralPoints()
1957 aCurrPoint = aNextPoint; in hasNeutralPoints()
1972 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in removeNeutralPoints() local
1984 aCurrPoint = aNextPoint; in removeNeutralPoints()
1989 aRetval.append(aCurrPoint); in removeNeutralPoints()
1992 aPrevPoint = aCurrPoint; in removeNeutralPoints()
1993 aCurrPoint = aNextPoint; in removeNeutralPoints()
2022 B2DVector aCurrVec(aPrevPoint - aCurrPoint); in isConvex()
2046 aCurrPoint = aNextPoint; in isConvex()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_OBB.cxx551 const gp_XYZ &aCurrPoint = myLExtremalPoints[aPtIdx]; in FillToTriangle5() local
552 const Standard_Real aParam = theNormal.Dot(aCurrPoint - theBarryCenter); in FillToTriangle5()
726 const gp_XYZ &aCurrPoint = myPntsList(i).XYZ(); in BuildBox() local
727 const Standard_Real aDx = aCurrPoint.Dot(aXDir.XYZ()), in BuildBox()
728 aDy = aCurrPoint.Dot(aYDir.XYZ()), in BuildBox()
729 aDz = aCurrPoint.Dot(aZDir.XYZ()); in BuildBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddatamodel.cxx66 for (const auto & aCurrPoint : maPoints) in getRootPoint() local
67 if (aCurrPoint.mnType == XML_doc) in getRootPoint()
68 return &aCurrPoint; in getRootPoint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddatamodel.cxx69 for (const auto & aCurrPoint : maPoints) in getRootPoint() local
70 if (aCurrPoint.mnType == XML_doc) in getRootPoint()
71 return &aCurrPoint; in getRootPoint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx839 const basegfx::B2DPoint aCurrPoint(rObjectToDevice * rPolygon.getB2DPoint(nIndex)); in impPixelSnap() local
840 const basegfx::B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in impPixelSnap()
854 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in impPixelSnap()
855 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in impPixelSnap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dgdiimpl.cxx1858 const basegfx::B2DPoint aCurrPoint(rObjectToDevice * rPolygon.getB2DPoint(nIndex)); in impPixelSnap() local
1859 const basegfx::B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in impPixelSnap()
1873 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in impPixelSnap()
1874 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in impPixelSnap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpgdi.cxx1164 const basegfx::B2DPoint aCurrPoint(rObjectToDevice * rPolygon.getB2DPoint(nIndex)); in impPixelSnap() local
1165 const basegfx::B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in impPixelSnap()
1179 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in impPixelSnap()
1180 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in impPixelSnap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dgdiimpl.cxx1864 const basegfx::B2DPoint aCurrPoint(rObjectToDevice * rPolygon.getB2DPoint(nIndex)); in impPixelSnap() local
1865 const basegfx::B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in impPixelSnap()
1879 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in impPixelSnap()
1880 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in impPixelSnap()