Home
last modified time | relevance | path

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

12

/dports/graphics/povray36/povray-3.6.1/source/
H A Dlathe.cpp307 ((D[Y] <= 0.0) && (P[Y] < Lathe->Height1)) || in intersect_lathe()
558 if ((P[Y] >= Lathe->Height1) && (P[Y] <= Lathe->Height2)) in Inside_Lathe()
926 New->Height1 = in Create_Lathe()
1077 Make_BBox(Lathe->BBox, -Lathe->Radius2, Lathe->Height1, -Lathe->Radius2, in Compute_Lathe_BBox()
1078 2.0 * Lathe->Radius2, Lathe->Height2 - Lathe->Height1, 2.0 * Lathe->Radius2); in Compute_Lathe_BBox()
1419 Lathe->Height1 = ymin; in Compute_Lathe()
H A Dparse.cpp4854 Object->Height1 = Parse_Float(); Parse_Comma(); in Parse_Prism()
4857 if (Object->Height1 > Object->Height2) in Parse_Prism()
4859 h = Object->Height1; in Parse_Prism()
4860 Object->Height1 = Object->Height2; in Parse_Prism()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dsor.h97 DBL Height1, Height2; /* Min./Max. height */ variable
H A Dlathe.h104 DBL Height1, Height2; /* Min./Max. height */ variable
H A Dprism.h105 DBL Height1, Height2; variable
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dlathe.h85 DBL Height1, Height2; /* Min./Max. height */ variable
H A Dsor.h77 DBL Height1, Height2; /* Min./Max. height */ variable
H A Dprism.h86 DBL Height1, Height2; variable
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_DPrism.cxx73 const Standard_Real Height1, in LocOpe_DPrism() argument
80 myHeight = Height1 + Height2; in LocOpe_DPrism()
81 Standard_Real y = Height1*sin(Angle); in LocOpe_DPrism()
82 Standard_Real z = Height1*cos(Angle); in LocOpe_DPrism()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparse.cpp5333 Object->Height1 = Parse_Float(); Parse_Comma(); in Parse_Prism()
5336 if (Object->Height1 > Object->Height2) in Parse_Prism()
5338 h = Object->Height1; in Parse_Prism()
5339 Object->Height1 = Object->Height2; in Parse_Prism()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.cpp5620 Object->Height1 = Parse_Float(); Parse_Comma(); in Parse_Prism()
5623 if (Object->Height1 > Object->Height2) in Parse_Prism()
5625 h = Object->Height1; in Parse_Prism()
5626 Object->Height1 = Object->Height2; in Parse_Prism()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dparse.cpp5081 Object->Height1 = Parse_Float(); Parse_Comma(); in Parse_Prism()
5084 if (Object->Height1 > Object->Height2) in Parse_Prism()
5086 h = Object->Height1; in Parse_Prism()
5087 Object->Height1 = Object->Height2; in Parse_Prism()
/dports/graphics/photivo/photivo/Sources/
H A DptImage.cpp5290 const uint16_t Height1 = m_Height - 1; in Box() local
5292 const uint16_t Height1_2 = 2*Height1; in Box()
5328 NewRow = NewRow < 0? -NewRow : NewRow > Height1? Height1_2-NewRow : NewRow ; in Box()

12