Home
last modified time | relevance | path

Searched refs:myAxis (Results 1 – 25 of 61) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_AxisIntersector.cxx47 myAxis = theAxis; in Init()
84 gp_Pnt aTransformedLoc = myAxis.Location(); in Handle()
106 const gp_Pnt& anAxisLoc = myAxis.Location(); in hasIntersection()
146 const gp_XYZ aV = myAxis.Direction().XYZ(); in raySegmentDistance()
198 gp_XYZ anU = myAxis.Direction().XYZ(); in rayPlaneIntersection()
459 const gp_Pnt aPtOnPlane = myAxis.Location().XYZ() + myAxis.Direction().XYZ() * aTime; in OverlapsTriangle()
510 …if (!RaySphereIntersection (theCenter, theRadius, myAxis.Location(), myAxis.Direction(), aTimeEnte… in OverlapsSphere()
533 …if (!RaySphereIntersection (theCenter, theRadius, myAxis.Location(), myAxis.Direction(), aTimeEnte… in OverlapsSphere()
619 return myAxis.Location(); in GetNearPnt()
644 return myAxis.Direction(); in GetViewRayDirection()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_SurfaceOfRevolution.cxx74 aCopy->myAxis = myAxis; in Handle()
116 myAxis = V; in Load()
120 myAxis.Direction(), myAxis.Location()); in Load()
124 gp_Pnt O = myAxis.Location(); in Load()
126 gp_Dir Oz = myAxis.Direction(); in Load()
153 gp_Dir DZ = myAxis.Direction(); in Load()
195 return myAxis; in AxeOfRevolution()
436 if (myAxis.IsParallel(Axe, TolAng)) in GetType()
489 gp_Lin aLin(myAxis); in GetType()
539 Standard_Real aDot = (aPonCurve.XYZ() - myAxis.Location().XYZ()).Dot(myAxis.Direction().XYZ()); in Plane()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DBoxView.java63 private int myAxis; field in BoxView
106 myAxis = axis; in BoxView()
132 return myAxis; in getAxis()
148 myAxis = axis; in setAxis()
236 int minor = 1 - myAxis; in replace()
237 offsets[myAxis] = replaceLayoutArray(offsets[myAxis], offset, newItems); in replace()
238 spans[myAxis] = replaceLayoutArray(spans[myAxis], offset, newItems); in replace()
600 if (myAxis == X_AXIS) in isBefore()
625 if (myAxis == X_AXIS)
647 if (myAxis == X_AXIS) in getViewAtPoint()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/
H A DBoxView.java63 private int myAxis; field in BoxView
106 myAxis = axis; in BoxView()
132 return myAxis; in getAxis()
148 myAxis = axis; in setAxis()
236 int minor = 1 - myAxis; in replace()
237 offsets[myAxis] = replaceLayoutArray(offsets[myAxis], offset, newItems); in replace()
238 spans[myAxis] = replaceLayoutArray(spans[myAxis], offset, newItems); in replace()
600 if (myAxis == X_AXIS) in isBefore()
625 if (myAxis == X_AXIS)
647 if (myAxis == X_AXIS) in getViewAtPoint()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DBoxView.java63 private int myAxis; field in BoxView
106 myAxis = axis; in BoxView()
132 return myAxis; in getAxis()
148 myAxis = axis; in setAxis()
236 int minor = 1 - myAxis; in replace()
237 offsets[myAxis] = replaceLayoutArray(offsets[myAxis], offset, newItems); in replace()
238 spans[myAxis] = replaceLayoutArray(spans[myAxis], offset, newItems); in replace()
600 if (myAxis == X_AXIS) in isBefore()
625 if (myAxis == X_AXIS)
647 if (myAxis == X_AXIS) in getViewAtPoint()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/
H A DBoxView.java63 private int myAxis; field in BoxView
106 myAxis = axis; in BoxView()
132 return myAxis; in getAxis()
148 myAxis = axis; in setAxis()
236 int minor = 1 - myAxis; in replace()
237 offsets[myAxis] = replaceLayoutArray(offsets[myAxis], offset, newItems); in replace()
238 spans[myAxis] = replaceLayoutArray(spans[myAxis], offset, newItems); in replace()
600 if (myAxis == X_AXIS) in isBefore()
625 if (myAxis == X_AXIS)
647 if (myAxis == X_AXIS) in getViewAtPoint()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/
H A DBoxView.java63 private int myAxis; field in BoxView
106 myAxis = axis; in BoxView()
132 return myAxis; in getAxis()
148 myAxis = axis; in setAxis()
236 int minor = 1 - myAxis; in replace()
237 offsets[myAxis] = replaceLayoutArray(offsets[myAxis], offset, newItems); in replace()
238 spans[myAxis] = replaceLayoutArray(spans[myAxis], offset, newItems); in replace()
600 if (myAxis == X_AXIS) in isBefore()
625 if (myAxis == X_AXIS)
647 if (myAxis == X_AXIS) in getViewAtPoint()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBVH_QuickSorter.hxx29 BVH_QuickSorter (const Standard_Integer theAxis = 0) : myAxis (theAxis) { } in BVH_QuickSorter()
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
81 Standard_Integer myAxis; member in BVH_QuickSorter
H A DBRepFeat_MakeCylindricalHole.lxx39 myAxis = Axis;
53 myAxis = Axis;
H A DLocOpe_RevolutionForm.hxx80 gp_Ax1 myAxis; member in LocOpe_RevolutionForm
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_QuickSorter.hxx29 BVH_QuickSorter (const Standard_Integer theAxis = 0) : myAxis (theAxis) { } in BVH_QuickSorter()
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
81 Standard_Integer myAxis; member in BVH_QuickSorter
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBVH_QuickSorter.hxx29 BVH_QuickSorter (const Standard_Integer theAxis = 0) : myAxis (theAxis) { } in BVH_QuickSorter()
43 T aPivot = theSet->Center ((aRgh + aLft) / 2, myAxis); in Perform()
46 while (theSet->Center (aLft, myAxis) < aPivot && aLft < theFinal) in Perform()
51 while (theSet->Center (aRgh, myAxis) > aPivot && aRgh > theStart) in Perform()
81 Standard_Integer myAxis; member in BVH_QuickSorter
H A DBRepFeat_MakeCylindricalHole.lxx39 myAxis = Axis;
53 myAxis = Axis;
H A DLocOpe_RevolutionForm.hxx80 gp_Ax1 myAxis; member in LocOpe_RevolutionForm
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_MakeCylindricalHole.cxx75 LocOpe_CurveShapeIntersector theASI(myAxis,aObject); in Perform()
83 BoxParameters(aObject,myAxis,PMin,PMax); in Perform()
85 gp_XYZ theOrig = myAxis.Location().XYZ(); in Perform()
130 LocOpe_CurveShapeIntersector theASI(myAxis,aObject); in PerformThruNext()
207 parbar = ElCLib::LineParameter(myAxis,Barycentre); in PerformThruNext()
261 LocOpe_CurveShapeIntersector theASI(myAxis,aObject); in PerformUntilEnd()
325 parbar = ElCLib::LineParameter(myAxis,Barycentre); in PerformUntilEnd()
354 LocOpe_CurveShapeIntersector theASI(myAxis,aObject); in Perform()
459 LocOpe_CurveShapeIntersector theASI(myAxis,aObject); in PerformBlind()
505 BoxParameters(aObject,myAxis,PMin,PMax); in PerformBlind()
[all …]
H A DBRepFeat_MakeCylindricalHole.lxx39 myAxis = Axis;
53 myAxis = Axis;
H A DBRepFeat_MakeRevol.cxx109 myAxis = Axis; in Init()
243 if(angledec == 0.) theRevol.Perform(myPbase, myAxis, Angle); in Perform()
244 else theRevol.Perform(myPbase, myAxis, Angle, angledec); in Perform()
366 theRevol.Perform(myPbase, myAxis, Angle); in Perform()
465 myAxis.Reverse(); in Perform()
498 theRevol.Perform(myPbase, myAxis, 2*M_PI); in Perform()
647 theRevol.Perform(myPbase, myAxis, Angle); in PerformUntilAngle()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/text/
H A DBoxView.java61 int myAxis; field in BoxView
116 myAxis = axis; in BoxView()
137 return myAxis; in getAxis()
150 myAxis = axis; in setAxis()
353 if (axis == myAxis) in baselineRequirements()
372 if (axis == myAxis) in baselineLayout()
432 if (myAxis == X_AXIS) in isBefore()
457 if (myAxis == X_AXIS)
718 if (axis == myAxis) in getAlignment()
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDimTolObjects/
H A DXCAFDimTolObjects_GeomToleranceObject.cxx47 myAxis = theObj->myAxis; in XCAFDimTolObjects_GeomToleranceObject()
259 myAxis = theAxis; in SetAxis()
270 return myAxis; in GetAxis()
303 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &myAxis) in DumpJson()
H A DXCAFDimTolObjects_DatumObject.cxx52 myAxis = theObj->myAxis; in XCAFDimTolObjects_DatumObject()
245 return myAxis; in GetDatumTargetAxis()
255 myAxis = theAxis; in SetDatumTargetAxis()
350 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &myAxis) in DumpJson()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_Revol.cxx76 myAxis = Axis; in Perform()
99 myAxis = Axis; in Perform()
117 T.SetRotation(myAxis,myAngTra); in IntPerf()
125 BRepSweep_Revol theRevol(theBase,myAxis,myAngle); in IntPerf()
269 if (FindCircle(myAxis,pvt,CAX)) { in Curves()
295 if (FindCircle(myAxis,bar,CAX)) { in Handle()
H A DLocOpe_RevolutionForm.cxx71 myAxis = Axis; in Perform()
89 T.SetRotation(myAxis,myAngTra); in IntPerf()
97 BRepSweep_Revol theRevol(theBase,myAxis,myAngle); in IntPerf()
H A DLocOpe_RevolutionForm.hxx80 gp_Ax1 myAxis; member in LocOpe_RevolutionForm
/dports/cad/opencascade/opencascade-7.6.0/src/DrawDim/
H A DDrawDim_Angle.cxx103 gp_Ax1 myAxis; in DrawOn() local
123 gp_Ax1 AxePos = myAxis; in DrawOn()
125 gp_Lin theaxis= gp_Lin (myAxis); in DrawOn()
/dports/cad/opencascade/opencascade-7.6.0/src/STEPConstruct/
H A DSTEPConstruct_ContextTool.cxx456 if ( myAxis.IsNull() ) { in Handle()
458 myAxis = mkax.Value(); in Handle()
460 return myAxis; in Handle()

123