Home
last modified time | relevance | path

Searched refs:SetCoord (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_PointLine.cxx82 aDU1.SetCoord(0.00000000000000000, 0.90000000000000002, 0.00000000000000000); in CurvatureRadiusOfIntersLine()
99 aDU1.SetCoord(-5.76, -1.68, 0.0); in CurvatureRadiusOfIntersLine()
100 aDV1.SetCoord(2.24, -7.68, 6.0); in CurvatureRadiusOfIntersLine()
101 aDUU1.SetCoord(1.68, -5.76, 0.0); in CurvatureRadiusOfIntersLine()
102 aDUV1.SetCoord(7.68, 2.24, 0.0); in CurvatureRadiusOfIntersLine()
103 aDVV1.SetCoord(1.68, -5.76, -8.0); in CurvatureRadiusOfIntersLine()
104 aDU2.SetCoord(1.0, 0.0, -3.0); in CurvatureRadiusOfIntersLine()
105 aDV2.SetCoord(0.0, 1.0, -4.0); in CurvatureRadiusOfIntersLine()
106 aDUU2.SetCoord(0.0, 0.0, 0.0); in CurvatureRadiusOfIntersLine()
107 aDUV2.SetCoord(0.0, 0.0, 0.0); in CurvatureRadiusOfIntersLine()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_Cache.cxx153 thePoint.SetCoord(aPoint[0], aPoint[1]); in D0()
171 thePoint.SetCoord(aPoint[0], aPoint[1], aPoint[2]); in D0()
186 thePoint.SetCoord(aPntDeriv[0], aPntDeriv[1]); in D1()
187 theTangent.SetCoord(aPntDeriv[aDimension], aPntDeriv[aDimension + 1]); in D1()
199 thePoint.SetCoord(aPntDeriv[0], aPntDeriv[1], aPntDeriv[2]); in D1()
212 thePoint.SetCoord(aPntDeriv[0], aPntDeriv[1]); in D2()
226 thePoint.SetCoord(aPntDeriv[0], aPntDeriv[1], aPntDeriv[2]); in D2()
245 thePoint.SetCoord(aPntDeriv[0], aPntDeriv[1]); in D3()
248 theCurvature.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1]); in D3()
250 theTorsion.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1]); in D3()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/HLRAlgo/
H A DHLRAlgo_BiPoint.cxx47 myPoints.Pnt1.SetCoord(X1, Y1, Z1); in HLRAlgo_BiPoint()
48 myPoints.Pnt2.SetCoord(X2, Y2, Z2); in HLRAlgo_BiPoint()
49 myPoints.PntP1.SetCoord(XT1, YT1, ZT1); in HLRAlgo_BiPoint()
119 myPoints.Pnt1.SetCoord(X1, Y1, Z1); in HLRAlgo_BiPoint()
120 myPoints.Pnt2.SetCoord(X2, Y2, Z2); in HLRAlgo_BiPoint()
159 myPoints.Pnt1.SetCoord(X1, Y1, Z1); in HLRAlgo_BiPoint()
160 myPoints.Pnt2.SetCoord(X2, Y2, Z2); in HLRAlgo_BiPoint()
201 myPoints.Pnt1.SetCoord(X1, Y1, Z1); in HLRAlgo_BiPoint()
202 myPoints.Pnt2.SetCoord(X2, Y2, Z2); in HLRAlgo_BiPoint()
246 myPoints.Pnt1.SetCoord(X1, Y1, Z1); in HLRAlgo_BiPoint()
[all …]
H A DHLRAlgo_Projector.cxx214 Pout.SetCoord(X,Y); in Project()
219 Pout.SetCoord(X,Y); in Project()
227 Pout.SetCoord(X,Y); in Project()
236 Pout.SetCoord(P2.X()/R,P2.Y()/R); in Project()
239 Pout.SetCoord(P2.X(),P2.Y()); in Project()
252 Pout.SetCoord(P2.X(),P2.Y()); in Project()
353 Pout .SetCoord(PP .X(),PP .Y()); in Project()
354 D1out.SetCoord(DD1.X(),DD1.Y()); in Project()
390 myD1.SetCoord(-D1.Y(),D1.X()); in SetDirection()
395 myD2.SetCoord(-D2.Y(),D2.X()); in SetDirection()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Ax22d.hxx68 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in gp_Ax22d()
72 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in gp_Ax22d()
86 vydir.SetCoord (-theV.Y(), theV.X()); in gp_Ax22d()
90 vydir.SetCoord (theV.Y(), -theV.X()); in gp_Ax22d()
104 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in gp_Ax22d()
108 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in gp_Ax22d()
276 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in SetXAxis()
280 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in SetXAxis()
295 vxdir.SetCoord (vydir.Y(), -vydir.X()); in SetYAxis()
299 vxdir.SetCoord (-vydir.Y(), vydir.X()); in SetYAxis()
[all …]
H A Dgp_Ax3.cxx52 if (Aabs > Cabs) D.SetCoord(-C,0., A); in gp_Ax3()
53 else D.SetCoord( C,0.,-A); in gp_Ax3()
56 if (Babs > Cabs) D.SetCoord(0.,-C, B); in gp_Ax3()
57 else D.SetCoord(0., C,-B); in gp_Ax3()
60 if (Aabs > Babs) D.SetCoord(-B, A,0.); in gp_Ax3()
61 else D.SetCoord( B,-A,0.); in gp_Ax3()
H A Dgp_Ax2.cxx53 if (Aabs > Cabs) D.SetCoord(-C,0., A); in gp_Ax2()
54 else D.SetCoord( C,0.,-A); in gp_Ax2()
57 if (Babs > Cabs) D.SetCoord(0.,-C, B); in gp_Ax2()
58 else D.SetCoord(0., C,-B); in gp_Ax2()
61 if (Aabs > Babs) D.SetCoord(-B, A,0.); in gp_Ax2()
62 else D.SetCoord( B,-A,0.); in gp_Ax2()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Ax22d.hxx68 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in gp_Ax22d()
72 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in gp_Ax22d()
86 vydir.SetCoord (-theV.Y(), theV.X()); in gp_Ax22d()
90 vydir.SetCoord (theV.Y(), -theV.X()); in gp_Ax22d()
104 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in gp_Ax22d()
108 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in gp_Ax22d()
276 vydir.SetCoord (-vxdir.Y(), vxdir.X()); in SetXAxis()
280 vydir.SetCoord (vxdir.Y(), -vxdir.X()); in SetXAxis()
295 vxdir.SetCoord (vydir.Y(), -vydir.X()); in SetYAxis()
299 vxdir.SetCoord (-vydir.Y(), vydir.X()); in SetYAxis()
[all …]
H A DGraphic3d_Vertex.hxx36 SetCoord (0.0f, 0.0f, 0.0f); in Graphic3d_Vertex()
44 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
52 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
56 void SetCoord (const Standard_ShortReal theX, in SetCoord() function in Graphic3d_Vertex
66 void SetCoord (const Standard_Real theX, in SetCoord() function in Graphic3d_Vertex
H A DBnd_OBB.hxx88 myAxes[0].SetCoord(1.0, 0.0, 0.0); in Bnd_OBB()
89 myAxes[1].SetCoord(0.0, 1.0, 0.0); in Bnd_OBB()
90 myAxes[2].SetCoord(0.0, 0.0, 1.0); in Bnd_OBB()
96 myCenter.SetCoord(0.5*(aX2 + aX1), 0.5*(aY2 + aY1), 0.5*(aZ2 + aZ1)); in Bnd_OBB()
294 myAxes[0].SetCoord(1.0, 0.0, 0.0); in ProcessOnePoint()
295 myAxes[1].SetCoord(0.0, 1.0, 0.0); in ProcessOnePoint()
296 myAxes[2].SetCoord(0.0, 0.0, 1.0); in ProcessOnePoint()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomPlate/
H A DGeomPlate_BuildAveragePlane.cxx284 GB.SetCoord(0.,0.,0.); in DefPlan()
290 myG.SetCoord(1,(GB.Coord(1)/nb)); in DefPlan()
291 myG.SetCoord(2,(GB.Coord(2)/nb)); in DefPlan()
292 myG.SetCoord(3,(GB.Coord(3)/nb)); in DefPlan()
306 A.SetCoord(0.,0.,0.); in DefPlan()
316 A.SetCoord(1,A.Coord(1)+D.Coord(1)); in DefPlan()
330 A.SetCoord(0.,0.,0.); in DefPlan()
438 myOX.SetCoord(V3(1),V3(2),V3(3)); in BasePlan()
439 myOY.SetCoord(0,0,0); in BasePlan()
442 myOX.SetCoord(V3(1),V3(2),V3(3)); in BasePlan()
[all …]
H A DGeomPlate_PlateG1Criterion.cxx111 v1s.SetCoord(1,Digit[0]); in Value()
112 v1s.SetCoord(2,Digit[1]); in Value()
113 v1s.SetCoord(3,Digit[2]); in Value()
121 v2s.SetCoord(1,Digit[0]); in Value()
122 v2s.SetCoord(2,Digit[1]); in Value()
123 v2s.SetCoord(3,Digit[2]); in Value()
/dports/cad/opencascade/opencascade-7.6.0/src/Hermit/
H A DHermit.cxx222 Polesinit(3).SetCoord(0.0,Herm(3)); in PolyTest()
446 Polesinit(3).SetCoord(0.0,Herm(3)); in PolyTest()
665 Poles(2).SetCoord(0.0,Herm(0)+Herm(1)/3.0); in Handle()
666 Poles(3).SetCoord(0.0,Herm(3)-Herm(2)/3.0); in Handle()
667 Poles(4).SetCoord(0.0,Herm(3)); in Handle()
755 Poles(2).SetCoord(0.0,Herm(0)+Herm(1)/3.0); in Handle()
756 Poles(3).SetCoord(0.0,Herm(3)-Herm(2)/3.0); in Handle()
757 Poles(4).SetCoord(0.0,Herm(3)); in Handle()
847 Poles(2).SetCoord(0.0,Herm(0)+Herm(1)/3.0); in Solutionbis()
848 Poles(3).SetCoord(0.0,Herm(3)-Herm(2)/3.0); in Solutionbis()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dgp_Ax22d.lxx39 if (Sense) vydir.SetCoord(-Vx.Y(), Vx.X());
40 else vydir.SetCoord( Vx.Y(),-Vx.X());
48 if (Sense) vydir.SetCoord(-vxdir.Y(), vxdir.X());
64 if (sign) vydir.SetCoord(-vxdir.Y(), vxdir.X());
65 else vydir.SetCoord( vxdir.Y(),-vxdir.X());
73 if (sign) vxdir.SetCoord( vydir.Y(),-vydir.X());
74 else vxdir.SetCoord(-vydir.Y(), vydir.X());
84 if (sign) vydir.SetCoord(-Vx.Y(), Vx.X());
85 else vydir.SetCoord( Vx.Y(),-Vx.X());
92 if (sign) vxdir.SetCoord( Vy.Y(),-Vy.X());
[all …]
H A DGraphic3d_Vertex.hxx35 SetCoord (0.0f, 0.0f, 0.0f); in Graphic3d_Vertex()
41 SetCoord (thePoint.X(), thePoint.Y(), thePoint.Z()); in Graphic3d_Vertex()
49 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
57 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
61 void SetCoord (const Standard_ShortReal theX, in SetCoord() function in Graphic3d_Vertex
71 void SetCoord (const Standard_Real theX, in SetCoord() function in Graphic3d_Vertex
H A DBnd_OBB.hxx88 myAxes[0].SetCoord(1.0, 0.0, 0.0); in Bnd_OBB()
89 myAxes[1].SetCoord(0.0, 1.0, 0.0); in Bnd_OBB()
90 myAxes[2].SetCoord(0.0, 0.0, 1.0); in Bnd_OBB()
96 myCenter.SetCoord(0.5*(aX2 + aX1), 0.5*(aY2 + aY1), 0.5*(aZ2 + aZ1)); in Bnd_OBB()
294 myAxes[0].SetCoord(1.0, 0.0, 0.0); in ProcessOnePoint()
295 myAxes[1].SetCoord(0.0, 1.0, 0.0); in ProcessOnePoint()
296 myAxes[2].SetCoord(0.0, 0.0, 1.0); in ProcessOnePoint()
/dports/cad/opencascade/opencascade-7.6.0/src/BSplSLib/
H A DBSplSLib_Cache.cxx140 thePoint.SetCoord(aPoint[0], aPoint[1], aPoint[2]); in D0()
211 thePoint.SetCoord(aResult[0], aResult[1], aResult[2]); in D1()
216 theTangentU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D1()
222 theTangentV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D1()
313 thePoint.SetCoord(aResult[0], aResult[1], aResult[2]); in D2()
318 theCurvatureV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
320 theTangentU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
324 theCurvatureU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
330 theCurvatureU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
332 theTangentV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Convert/
H A DConvert_PolynomialCosAndSin.cxx111 TPoles(1).SetCoord(1.,0.); in BuildPolynomialCosAndSin()
112 TPoles(2).SetCoord(1.,1.013854); in BuildPolynomialCosAndSin()
113 TPoles(3).SetCoord(-0.199043,1.871905); in BuildPolynomialCosAndSin()
114 TPoles(4).SetCoord(-1.937729,1.057323); in BuildPolynomialCosAndSin()
115 TPoles(5).SetCoord(-1.937729,-1.057323); in BuildPolynomialCosAndSin()
116 TPoles(6).SetCoord(-0.199043,-1.871905); in BuildPolynomialCosAndSin()
117 TPoles(7).SetCoord(1.,-1.013854); in BuildPolynomialCosAndSin()
118 TPoles(8).SetCoord(1.,0.); in BuildPolynomialCosAndSin()
181 theXY.SetCoord(dtg*SinD,-dtg*CosD); in BuildPolynomialCosAndSin()
H A DConvert_ConicToBSplineCurve.cxx288 poles_array(ii).SetCoord(1, in AlgorithmicCosAndSin()
290 poles_array(ii).SetCoord(2, in AlgorithmicCosAndSin()
292 poles_array(ii).SetCoord(3, in AlgorithmicCosAndSin()
525 temp_poles(1).SetCoord(1,0.0e0); in BuildCosAndSin()
526 temp_poles(2).SetCoord(1,1.0e0); in BuildCosAndSin()
527 temp_poles(3).SetCoord(1,0.0e0) ; in BuildCosAndSin()
533 temp_poles(4).SetCoord(2, 0.0e0); in BuildCosAndSin()
549 temp_poles(jj).SetCoord(2,1.e0) ; in BuildCosAndSin()
771 poles_array(ii).SetCoord(1, in BuildCosAndSin()
773 poles_array(ii).SetCoord(2, in BuildCosAndSin()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_Plane.cxx287 D2U.SetCoord (0.0, 0.0, 0.0); in D2()
288 D2V.SetCoord (0.0, 0.0, 0.0); in D2()
289 D2UV.SetCoord (0.0, 0.0, 0.0); in D2()
305 D2U.SetCoord (0.0, 0.0, 0.0); in D3()
306 D2V.SetCoord (0.0, 0.0, 0.0); in D3()
307 D2UV.SetCoord (0.0, 0.0, 0.0); in D3()
308 D3U.SetCoord (0.0, 0.0, 0.0); in D3()
309 D3V.SetCoord (0.0, 0.0, 0.0); in D3()
310 D3UUV.SetCoord (0.0, 0.0, 0.0); in D3()
311 D3UVV.SetCoord (0.0, 0.0, 0.0); in D3()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimSphere.cpp59 SetCoord(0,x1); in SetCenter()
60 SetCoord(1,x2); in SetCenter()
61 SetCoord(2,x3); in SetCenter()
67 SetCoord(n, x[n]); in SetCenter()
72 SetCoord(0,x1); in SetCenter()
73 SetCoord(1,x2); in SetCenter()
74 SetCoord(2,x3); in SetCenter()
80 SetCoord(n, x[n]); in SetCenter()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomEvaluator/
H A DGeomEvaluator_SurfaceOfExtrusion.cxx73 theD2V.SetCoord(0.0, 0.0, 0.0); in D2()
74 theD2UV.SetCoord(0.0, 0.0, 0.0); in D2()
91 theD2V.SetCoord(0.0, 0.0, 0.0); in D3()
92 theD2UV.SetCoord(0.0, 0.0, 0.0); in D3()
93 theD3V.SetCoord(0.0, 0.0, 0.0); in D3()
94 theD3UUV.SetCoord(0.0, 0.0, 0.0); in D3()
95 theD3UVV.SetCoord(0.0, 0.0, 0.0); in D3()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Vertex.hxx36 SetCoord (0.0f, 0.0f, 0.0f); in Graphic3d_Vertex()
44 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
52 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
56 void SetCoord (const Standard_ShortReal theX, in SetCoord() function in Graphic3d_Vertex
66 void SetCoord (const Standard_Real theX, in SetCoord() function in Graphic3d_Vertex
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_OBB.hxx88 myAxes[0].SetCoord(1.0, 0.0, 0.0); in Bnd_OBB()
89 myAxes[1].SetCoord(0.0, 1.0, 0.0); in Bnd_OBB()
90 myAxes[2].SetCoord(0.0, 0.0, 1.0); in Bnd_OBB()
96 myCenter.SetCoord(0.5*(aX2 + aX1), 0.5*(aY2 + aY1), 0.5*(aZ2 + aZ1)); in Bnd_OBB()
294 myAxes[0].SetCoord(1.0, 0.0, 0.0); in ProcessOnePoint()
295 myAxes[1].SetCoord(0.0, 1.0, 0.0); in ProcessOnePoint()
296 myAxes[2].SetCoord(0.0, 0.0, 1.0); in ProcessOnePoint()
/dports/cad/opencascade/opencascade-7.6.0/src/IntSurf/
H A DIntSurf_PntOn2S.cxx58 PointOnSurf.SetCoord(u1,v1); in ValueOnSurface()
60 PointOnSurf.SetCoord(u2,v2); in ValueOnSurface()
98 aP1.SetCoord(u2, v2); in IsSame()
99 aP2.SetCoord(aU2, aV2); in IsSame()

12345678910>>...23