/dports/cad/opencascade/opencascade-7.6.0/src/math/ |
H A D | math_PSO.cxx | 80 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 D | b3dpolygontools.cxx | 694 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 D | b2dpolygontools.cxx | 1854 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 D | b3dpolygontools.cxx | 780 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 D | b2dpolygontools.cxx | 1939 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 D | Bnd_OBB.cxx | 551 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 D | datamodel.cxx | 66 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 D | datamodel.cxx | 69 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 D | svpgdi.cxx | 839 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 D | gdiimpl.cxx | 1858 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 D | svpgdi.cxx | 1164 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 D | gdiimpl.cxx | 1864 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()
|