Home
last modified time | relevance | path

Searched refs:HalfHeight (Results 1 – 19 of 19) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DCoarseRNA.cpp49 static const Real HalfHeight = 10; // A variable
79 Constraint::Rod theConstraint2(updMobilizedBody(end1), Vec3(0, -HalfHeight,0), in MyRNAExample()
80 updMobilizedBody(end2), Vec3(0, -HalfHeight,0), 10); in MyRNAExample()
88 addDuplexDecorations(bodyNum, DuplexRadius, HalfHeight, CylinderSlop, in decorateBody()
109 baseBody, Transform(origin + Vec3(-DuplexRadius,-HalfHeight,0)), in makeChain()
123 baseBody, Transform(origin + Vec3(DuplexRadius,-HalfHeight,0)), in makeChain()
138 Body::Rigid(calcDuplexMassProps(DuplexRadius, HalfHeight, NAtoms, AtomMass)), in makeChain()
139 Transform(Vec3(-DuplexRadius, HalfHeight, 0))); in makeChain()
145 dup, Vec3(DuplexRadius, HalfHeight, 0)); in makeChain()
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dhcopy.c138 init_window(X,Y,Width,HalfHeight) in init_window() argument
140 long X,Y,Width,HalfHeight; in init_window()
147 View->kvCoarseWindow->kaBottom = Y - HalfHeight;
148 View->kvCoarseWindow->kaTop = Y + HalfHeight;
/dports/games/brainparty/brainparty/
H A Dsharpshooter.cpp98 …ge(sfcTarget, target->X + sfcTarget->HalfWidth, target->Y + sfcTarget->HalfHeight, 0.0f, diff, col… in Render()
100 …sfcDontShoot, target->X + sfcTarget->HalfWidth, target->Y + sfcTarget->HalfHeight, 0.0f, diff, col… in Render()
104 …ge(sfcTarget, target->X + sfcTarget->HalfWidth, target->Y + sfcTarget->HalfHeight, 0, 1.0f, (*TheG… in Render()
106 …sfcDontShoot, target->X + sfcTarget->HalfWidth, target->Y + sfcTarget->HalfHeight, 0, 1.0f, (*TheG… in Render()
H A Dballoonblaster.cpp218 …balloon->X + sfcBalloonBlack->HalfWidth, balloon->Y + sfcBalloonBlack->HalfHeight, 0.0f, 1.0f + st… in Render()
220 …balloon->X + sfcBalloonBlack->HalfWidth, balloon->Y + sfcBalloonBlack->HalfHeight, 0.0f, 1.0f + st… in Render()
223 …balloon->X + sfcBalloonBlack->HalfWidth, balloon->Y + sfcBalloonBlack->HalfHeight, 0.0f, 1.0f, col… in Render()
227 …loon->X + + sfcBalloonBlack->HalfWidth, balloon->Y + sfcBalloonBlack->HalfHeight, 0.0f, 1.0f, (*T… in Render()
229 …alloon->X + sfcBalloonBlack->HalfWidth, balloon->Y + sfcBalloonBlack->HalfHeight, 0.0f, 1.0f, (*T… in Render()
H A Dflashlight.cpp149 …(sfcLightOff, light->X + sfcLightOn->HalfWidth, light->Y + sfcLightOn->HalfHeight, 0.0f, 1.0f + (c… in Render()
150 …e(sfcLightOn, light->X + sfcLightOn->HalfWidth, light->Y + sfcLightOn->HalfHeight, 0.0f, 1.0f + (c… in Render()
152 …(sfcLightOff, light->X + sfcLightOn->HalfWidth, light->Y + sfcLightOn->HalfHeight, 0.0f, 1.0f, (*T… in Render()
H A Dnumbersnake.h57 static const int HalfHeight; variable
H A DTexture.h39 float HalfHeight; variable
H A DTexture.cpp106 HalfHeight = actualheight / 2; in InitWithSurface()
/dports/deskutils/xmdiary/xmdiary-3.0.3/
H A DXDpsList.pro102 /HalfHeight PageHeight 2 div 1.4 mul def
359 LeftMargin neg BottomMargin add HalfHeight add
H A DXDpsDay.pro129 /HalfHeight PageHeight 2 div 1.4 mul def
392 LeftMargin neg BottomMargin add HalfHeight add
H A DXDpsWeek.pro119 /HalfHeight PageHeight 2 div 1.4 mul def
H A DXDpsMonth.pro196 /HalfHeight PageHeight 2 div 1.4 mul def
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXXML.h347 struct HalfHeight struct
349 HalfHeight(xmlNode* node);
359 HalfHeight halfHeight; argument
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXXML.cpp72 const String HalfHeight = "HalfHeight"; variable
1073 HalfHeight::HalfHeight(xmlNode* node) in HalfHeight() function in COLLADAMaya::PhysXXML::HalfHeight
1079 void HalfHeight::exportElement(StreamWriter& sw) const in exportElement()
1081 sw.openElement(Strings::HalfHeight); in exportElement()
1088 , halfHeight(FindChild(node, Strings::HalfHeight)) in PxCapsuleGeometry()
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas6072 HalfHeight: Integer;
6100 HalfHeight := Height div 2;
6113 … T := Exp(-8 * Sqrt(Sqr((X - HalfWidth) / MaxDimension) + Sqr((Y - HalfHeight) / MaxDimension)));
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas6244 HalfHeight: Integer;
6272 HalfHeight := Height div 2;
6285 … T := Exp(-8 * Sqrt(Sqr((X - HalfWidth) / MaxDimension) + Sqr((Y - HalfHeight) / MaxDimension)));
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas6072 HalfHeight: Integer;
6100 HalfHeight := Height div 2;
6113 … T := Exp(-8 * Sqrt(Sqr((X - HalfWidth) / MaxDimension) + Sqr((Y - HalfHeight) / MaxDimension)));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas6280 HalfHeight: Integer;
6308 HalfHeight := Height div 2;
6321 … T := Exp(-8 * Sqrt(Sqr((X - HalfWidth) / MaxDimension) + Sqr((Y - HalfHeight) / MaxDimension)));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas6280 HalfHeight: Integer;
6308 HalfHeight := Height div 2;
6321 … T := Exp(-8 * Sqrt(Sqr((X - HalfWidth) / MaxDimension) + Sqr((Y - HalfHeight) / MaxDimension)));