Home
last modified time | relevance | path

Searched refs:Height1 (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dprism.cpp270 k = (Height1 - P[Y]) / D[Y]; in All_Intersections()
448 if (fabs(Height1) > EPSILON) in All_Intersections()
638 if ((P[Y] >= Height1) && (P[Y] < Height2)) in Inside()
964 Height1 = 0.0; in Prism()
1102 Make_BBox(BBox, x1, Height1, y1, in Compute_BBox()
1103 x2 - x1, Height2 - Height1, y2 - y1); in Compute_BBox()
1680 x[0] = Spline->Entry[i].x1 * Height1; in Compute_Prism()
1705 x[0] = x1 * Height1; in Compute_Prism()
1707 x[2] = x2 * Height1; in Compute_Prism()
1716 y[0] = y1 * Height1; in Compute_Prism()
[all …]
H A Dsor.cpp256 ((D[Y] <= 0.0) && (P[Y] < Height1)) || in Intersect()
291 k = (Height1 - P[Y]) / D[Y]; in Intersect()
457 if ((P[Y] >= Height1) && (P[Y] <= Height2)) in Inside()
907 Make_BBox(BBox, -Radius2, Height1, -Radius2, in Compute_BBox()
908 2.0 * Radius2, Height2 - Height1, 2.0 * Radius2); in Compute_BBox()
1102 Height1 = ymin; in Compute_Sor()
H A Dlathe.cpp267 ((D[Y] <= 0.0) && (P[Y] < Height1)) || in Intersect()
451 if ((P[Y] >= Height1) && (P[Y] <= Height2)) in Inside()
775 Height1 = 0.0; in Lathe()
909 Make_BBox(BBox, -Radius2, Height1, -Radius2, in Compute_BBox()
910 2.0 * Radius2, Height2 - Height1, 2.0 * Radius2); in Compute_BBox()
1231 Height1 = ymin; in Compute_Lathe()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dprism.cpp268 k = (Height1 - P[Y]) / D[Y]; in All_Intersections()
441 if (fabs(Height1) > EPSILON) in All_Intersections()
443 k = (Height1 - P[Y]) / D[Y]; in All_Intersections()
447 u = (P[X] + k * D[X]) / Height1; in All_Intersections()
448 v = (P[Z] + k * D[Z]) / Height1; in All_Intersections()
972 Height1 = 0.0; in Prism()
1112 Make_BBox(BBox, x1, Height1, y1, in Compute_BBox()
1735 x[0] = x1 * Height1; in Compute_Prism()
1737 x[2] = x2 * Height1; in Compute_Prism()
1746 y[0] = y1 * Height1; in Compute_Prism()
[all …]
H A Dsor.cpp253 ((D[Y] <= 0.0) && (P[Y] < Height1)) || in Intersect()
288 k = (Height1 - P[Y]) / D[Y]; in Intersect()
454 if ((P[Y] >= Height1) && (P[Y] <= Height2)) in Inside()
943 Make_BBox(BBox, -Radius2, Height1, -Radius2, in Compute_BBox()
944 2.0 * Radius2, Height2 - Height1, 2.0 * Radius2); in Compute_BBox()
1138 Height1 = ymin; in Compute_Sor()
H A Dlathe.cpp265 ((D[Y] <= 0.0) && (P[Y] < Height1)) || in Intersect()
449 if ((P[Y] >= Height1) && (P[Y] <= Height2)) in Inside()
810 Height1 = 0.0; in Lathe()
946 Make_BBox(BBox, -Radius2, Height1, -Radius2, in Compute_BBox()
947 2.0 * Radius2, Height2 - Height1, 2.0 * Radius2); in Compute_BBox()
1288 Height1 = ymin; in Compute_Lathe()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dprism.cpp390 k = (Prism->Height1 - P[Y]) / D[Y]; in intersect_prism()
569 if (fabs(Prism->Height1) > EPSILON) in intersect_prism()
571 k = (Prism->Height1 - P[Y]) / D[Y]; in intersect_prism()
575 u = (P[X] + k * D[X]) / Prism->Height1; in intersect_prism()
576 v = (P[Z] + k * D[Z]) / Prism->Height1; in intersect_prism()
773 if ((P[Y] >= Prism->Height1) && (P[Y] < Prism->Height2)) in Inside_Prism()
1125 New->Height1 = in Create_Prism()
1918 x[0] = Prism->x1 * Prism->Height1; in Compute_Prism()
1920 x[2] = Prism->x2 * Prism->Height1; in Compute_Prism()
1929 y[0] = Prism->y1 * Prism->Height1; in Compute_Prism()
[all …]
H A Dsor.cpp294 ((D[Y] <= 0.0) && (P[Y] < Sor->Height1)) || in intersect_sor()
329 k = (Sor->Height1 - P[Y]) / D[Y]; in intersect_sor()
493 if ((P[Y] >= Sor->Height1) && (P[Y] <= Sor->Height2)) in Inside_Sor()
1007 Make_BBox(Sor->BBox, -Sor->Radius2, Sor->Height1, -Sor->Radius2, in Compute_Sor_BBox()
1008 2.0 * Sor->Radius2, Sor->Height2 - Sor->Height1, 2.0 * Sor->Radius2); in Compute_Sor_BBox()
1202 Sor->Height1 = ymin; in Compute_Sor()
H A Dsor.h84 DBL Height1, Height2; /* Min./Max. height */ member
H A Dlathe.h87 DBL Height1, Height2; /* Min./Max. height */ member
H A Dprism.h99 DBL Height1, Height2; member
H A Dlathe.cpp315 ((D[Y] <= 0.0) && (P[Y] < Lathe->Height1)) || in intersect_lathe()
566 if ((P[Y] >= Lathe->Height1) && (P[Y] <= Lathe->Height2)) in Inside_Lathe()
934 New->Height1 = in Create_Lathe()
1085 Make_BBox(Lathe->BBox, -Lathe->Radius2, Lathe->Height1, -Lathe->Radius2, in Compute_Lathe_BBox()
1086 2.0 * Lathe->Radius2, Lathe->Height2 - Lathe->Height1, 2.0 * Lathe->Radius2); in Compute_Lathe_BBox()
1427 Lathe->Height1 = ymin; in Compute_Lathe()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dprism.cpp382 k = (Prism->Height1 - P[Y]) / D[Y]; in intersect_prism()
561 if (fabs(Prism->Height1) > EPSILON) in intersect_prism()
563 k = (Prism->Height1 - P[Y]) / D[Y]; in intersect_prism()
567 u = (P[X] + k * D[X]) / Prism->Height1; in intersect_prism()
568 v = (P[Z] + k * D[Z]) / Prism->Height1; in intersect_prism()
765 if ((P[Y] >= Prism->Height1) && (P[Y] < Prism->Height2)) in Inside_Prism()
1117 New->Height1 = in Create_Prism()
1910 x[0] = Prism->x1 * Prism->Height1; in Compute_Prism()
1912 x[2] = Prism->x2 * Prism->Height1; in Compute_Prism()
1921 y[0] = Prism->y1 * Prism->Height1; in Compute_Prism()
[all …]
H A Dsor.cpp286 ((D[Y] <= 0.0) && (P[Y] < Sor->Height1)) || in intersect_sor()
321 k = (Sor->Height1 - P[Y]) / D[Y]; in intersect_sor()
485 if ((P[Y] >= Sor->Height1) && (P[Y] <= Sor->Height2)) in Inside_Sor()
999 Make_BBox(Sor->BBox, -Sor->Radius2, Sor->Height1, -Sor->Radius2, in Compute_Sor_BBox()
1000 2.0 * Sor->Radius2, Sor->Height2 - Sor->Height1, 2.0 * Sor->Radius2); in Compute_Sor_BBox()
1194 Sor->Height1 = ymin; in Compute_Sor()
H A Dsor.h79 DBL Height1, Height2; /* Min./Max. height */ member
H A Dlathe.h82 DBL Height1, Height2; /* Min./Max. height */ member
H A Dprism.h94 DBL Height1, Height2; member
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_MakeRevolutionForm.hxx70 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
80 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepFeat_MakeRevolutionForm.hxx70 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
80 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
H A DLocOpe_DPrism.hxx51 …Standard_EXPORT LocOpe_DPrism(const TopoDS_Face& Spine, const Standard_Real Height1, const Standar…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFeat_MakeRevolutionForm.hxx72 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
82 …const Handle(Geom_Plane)& Plane, const gp_Ax1& Axis, const Standard_Real Height1, const Standard_R…
H A DLocOpe_DPrism.hxx51 …Standard_EXPORT LocOpe_DPrism(const TopoDS_Face& Spine, const Standard_Real Height1, const Standar…
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmGen7Texture.cpp103 uint32_t Height0, Height1; in FillTex2D() local
113 Height1 = __GMM_EXPAND_HEIGHT(this, Height >> 1, VAlign, pTexInfo); in FillTex2D()
116 BlockHeight = Height0 + Height1 + 12 * VAlign; in FillTex2D()
456 uint32_t Height, Height0, Height1, ArrayQPitch, VAlign; in Fill2DTexOffsetAddress() local
463 Height1 = __GMM_EXPAND_HEIGHT(this, Height >> 1, VAlign, pTexInfo); in Fill2DTexOffsetAddress()
468 ArrayQPitch = Height0 + Height1 + 12 * VAlign; in Fill2DTexOffsetAddress()
H A DGmmGen8Texture.cpp102 uint32_t Height0, Height1, Mip0BlockHeight, Slice0Delta = 0; in FillTex2D() local
105 Height1 = __GMM_EXPAND_HEIGHT(this, Height >> 1, VAlign, pTexInfo); in FillTex2D()
108 Height0 + Height1 + 12 * VAlign : in FillTex2D()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_DPrism.hxx51 …Standard_EXPORT LocOpe_DPrism(const TopoDS_Face& Spine, const Standard_Real Height1, const Standar…

12