Home
last modified time | relevance | path

Searched refs:extraPoints (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/region/curves/
H A DCubicBasisSpline.java34 ArrayList extraPoints = new ArrayList(points); in updateShape() local
35 extraPoints.add(0, points.get(points.size() - 2)); in updateShape()
36 extraPoints.add(1, points.get(points.size() - 1)); in updateShape()
37 extraPoints.add(points.get(0)); in updateShape()
38 extraPoints.add(points.get(1)); in updateShape()
43 Object first = extraPoints.get(0); in updateShape()
44 extraPoints.remove(0); in updateShape()
45 extraPoints.add(first); in updateShape()
49 int m = extraPoints.size(); in updateShape()
63 Point2D p = (Point2D) extraPoints.get(j); in updateShape()
H A DQuadraticRationalSpline.java31 ArrayList extraPoints = new ArrayList(points); in updateShape() local
32 extraPoints.add(0, points.get(points.size() - 2)); in updateShape()
33 extraPoints.add(1, points.get(points.size() - 1)); in updateShape()
34 extraPoints.add(points.get(0)); in updateShape()
35 extraPoints.add(points.get(1)); in updateShape()
40 Object first = extraPoints.get(0); in updateShape()
41 extraPoints.remove(0); in updateShape()
42 extraPoints.add(first); in updateShape()
46 int m = extraPoints.size(); in updateShape()
63 Point2D p = (Point2D) extraPoints.get(j); in updateShape()
H A DCubicRationalSpline.java31 ArrayList extraPoints = new ArrayList(points); in updateShape() local
32 extraPoints.add(0, points.get(points.size() - 2)); in updateShape()
33 extraPoints.add(1, points.get(points.size() - 1)); in updateShape()
34 extraPoints.add(points.get(0)); in updateShape()
35 extraPoints.add(points.get(1)); in updateShape()
40 Object first = extraPoints.get(0); in updateShape()
41 extraPoints.remove(0); in updateShape()
42 extraPoints.add(first); in updateShape()
46 int m = extraPoints.size(); in updateShape()
63 Point2D p = (Point2D) extraPoints.get(j); in updateShape()
H A DQuadraticBasisSpline.java35 ArrayList extraPoints = new ArrayList(points); in updateShape() local
36 extraPoints.add(0, points.get(points.size() - 1)); in updateShape()
37 extraPoints.add(points.get(0)); in updateShape()
41 int m = extraPoints.size(); in updateShape()
55 Point2D p = (Point2D) extraPoints.get(j); in updateShape()
/dports/cad/solvespace/solvespace-2.3/src/
H A Drequest.cpp37 void EntReqTable::CopyEntityInfo(const TableEntry *te, int extraPoints, in CopyEntityInfo() argument
41 if(te->useExtraPoints) points += extraPoints; in CopyEntityInfo()
50 bool EntReqTable::GetRequestInfo(int req, int extraPoints, in GetRequestInfo() argument
56 CopyEntityInfo(te, extraPoints, in GetRequestInfo()
64 bool EntReqTable::GetEntityInfo(int ent, int extraPoints, in GetEntityInfo() argument
70 CopyEntityInfo(te, extraPoints, in GetEntityInfo()
95 EntReqTable::GetRequestInfo(type, extraPoints, in Generate()
100 e.extraPoints = extraPoints; in Generate()
H A Dmouse.cpp57 EntReqTable::GetEntityInfo(e->type, e->extraPoints, in StartDraggingByEntity()
384 int i = SK.GetEntity(hr.entity(0))->extraPoints; in MouseMoved()
726 if(r->extraPoints == 0) oops(); in MouseRightUp()
744 r->extraPoints--; in MouseRightUp()
758 r->extraPoints++; in MouseRightUp()
1102 if(hover.entity.v == hr.entity(1).v && r->extraPoints >= 2) { in MouseLeftDown()
1109 for(i = 2; i <= r->extraPoints+1; i++) { in MouseLeftDown()
1116 r->extraPoints -= 2; in MouseLeftDown()
1130 if(r->extraPoints >= (int)arraylen(e.point) - 4) { in MouseLeftDown()
1135 (SK.GetRequest(hr)->extraPoints)++; in MouseLeftDown()
[all …]
H A Dclipboard.cpp88 if(!EntReqTable::GetEntityInfo(e->type, e->extraPoints, in CopySelection()
97 cr.extraPoints = e->extraPoints; in CopySelection()
156 r->extraPoints = cr->extraPoints; in PasteClipboard()
167 EntReqTable::GetRequestInfo(r->type, r->extraPoints, in PasteClipboard()
H A Dsketch.h293 int extraPoints; variable
362 int extraPoints; variable
547 static void CopyEntityInfo(const TableEntry *te, int extraPoints,
549 static bool GetRequestInfo(int req, int extraPoints,
551 static bool GetEntityInfo(int ent, int extraPoints,
902 int extraPoints; variable
H A Dentity.cpp144 return SK.GetEntity(point[3+extraPoints])->PointGetNum(); in CubicGetFinishNum()
152 ExprVector pon = SK.GetEntity(point[3+extraPoints])->PointGetExprs(), in CubicGetFinishTangentExprs()
153 poff = SK.GetEntity(point[2+extraPoints])->PointGetExprs(); in CubicGetFinishTangentExprs()
162 Vector pon = SK.GetEntity(point[3+extraPoints])->PointGetNum(), in CubicGetFinishTangentNum()
163 poff = SK.GetEntity(point[2+extraPoints])->PointGetNum(); in CubicGetFinishTangentNum()
H A Ddescribescreen.cpp121 pts = (3 + e->extraPoints); in DescribeSelection()
122 } else if(e->extraPoints > 0) { in DescribeSelection()
124 pts = (4 + e->extraPoints); in DescribeSelection()
H A Dgroup.cpp784 en.extraPoints = ep->extraPoints; in CopyEntity()
887 EntReqTable::GetEntityInfo(ep->type, ep->extraPoints, in CopyEntity()
H A Dfile.cpp127 { 'r', "Request.extraPoints", 'd', &(SS.sv.r.extraPoints) },
153 { 'e', "Entity.extraPoints", 'd', &(SS.sv.e.extraPoints) },
H A Dmodify.cpp510 hep1 = e01->point[3+e01->extraPoints], in SplitCubic()
H A Ddrawentity.cpp285 int ep = extraPoints; in ComputeInterpolatingSpline()
H A Ddraw.cpp353 if(r->extraPoints < 2) continue; in HitTestMakeSelection()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ForceField/Wrap/
H A DPyForceField.h32 extraPoints.clear(); in ~PyForceField()
39 this->extraPoints.push_back(boost::shared_ptr<RDGeom::Point3D>(pt));
40 unsigned int ptIdx = this->extraPoints.size() - 1;
41 RDGeom::Point3D *ptr = this->extraPoints[ptIdx].get();
82 std::vector<boost::shared_ptr<RDGeom::Point3D>> extraPoints; variable
H A DForceField.cpp116 if (idx >= self->extraPoints.size()) { in ForceFieldGetExtraPointLoc()
120 PyTuple_SetItem(res, 0, PyFloat_FromDouble(self->extraPoints[idx]->x)); in ForceFieldGetExtraPointLoc()
121 PyTuple_SetItem(res, 1, PyFloat_FromDouble(self->extraPoints[idx]->y)); in ForceFieldGetExtraPointLoc()
122 PyTuple_SetItem(res, 2, PyFloat_FromDouble(self->extraPoints[idx]->z)); in ForceFieldGetExtraPointLoc()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2MeshInPlane.cpp116 int extraPoints = borderPointsOfXinY2(blueCoords2D, nsBlue, redCoords2D, in computeIntersectionBetweenRedAndBlue() local
118 if (extraPoints >= 1) { in computeIntersectionBetweenRedAndBlue()
140 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
142 extraPoints = borderPointsOfXinY2(redCoords2D, nsRed, blueCoords2D, nsBlue, in computeIntersectionBetweenRedAndBlue()
144 if (extraPoints >= 1) { in computeIntersectionBetweenRedAndBlue()
163 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
H A DIntxRllCssphere.cpp145 …int extraPoints = borderPointsOfXinY2(blueCoords2D, nsBlue, redCoords2D, nsRed, &(P[2 * nP]), side… in computeIntersectionBetweenRedAndBlue() local
146 if (extraPoints >= 1) in computeIntersectionBetweenRedAndBlue()
163 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
165extraPoints = borderPointsOfCSinRLL(redCoords, redCoords2D, nsRed, blueCoords, nsBlue, blueEdgeTyp… in computeIntersectionBetweenRedAndBlue()
167 if (extraPoints >= 1) in computeIntersectionBetweenRedAndBlue()
181 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
H A DIntx2MeshOnSphere.cpp163 …int extraPoints = borderPointsOfXinY2(blueCoords2D, nsBlue, redCoords2D, nsRed, &(P[2 * nP]), side… in computeIntersectionBetweenRedAndBlue() local
164 if (extraPoints >= 1) in computeIntersectionBetweenRedAndBlue()
181 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
183extraPoints = borderPointsOfXinY2(redCoords2D, nsRed, blueCoords2D, nsBlue, &(P[2 * nP]), side, ep… in computeIntersectionBetweenRedAndBlue()
184 if (extraPoints >= 1) in computeIntersectionBetweenRedAndBlue()
198 nP += extraPoints; in computeIntersectionBetweenRedAndBlue()
H A DIntxUtils.cpp1750 int extraPoints = 0; in borderPointsOfCSinRLL() local
1782 P[extraPoints * 2] = red2dc[2 * i]; in borderPointsOfCSinRLL()
1783 P[extraPoints * 2 + 1] = red2dc[2 * i + 1]; in borderPointsOfCSinRLL()
1784 extraPoints++; in borderPointsOfCSinRLL()
1787 return extraPoints; in borderPointsOfCSinRLL()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Drandobj.c55 cellSizeSum, numberOfEqualCells, extraPoints; in main() local
273 extraPoints = degree % numberOfEqualCells; in main()
276 ((i <= extraPoints) ? 1 : 0); in main()
279 if ( extraPoints == 0 ) in main()