Searched refs:fWidthH (Results 1 – 1 of 1) sorted by relevance
183 const double fWidthH = rSize.DirectionX >=0.0? rSize.DirectionX/2.0 : -rSize.DirectionX/2.0; in createPolyPolygon_Cube() local189 const double fOffset = (fWidthH * fRoundedEdge) * 1.05; // increase by 5% for safety in createPolyPolygon_Cube()190 … const bool bRoundEdges = fRoundedEdge && fOffset < fWidthH && 2.0 * fOffset < fHeightSign*fHeight; in createPolyPolygon_Cube()224 *pInnerSequenceX++ = -fWidthH; in createPolyPolygon_Cube()225 *pInnerSequenceX++ = fWidthH; in createPolyPolygon_Cube()226 *pInnerSequenceX++ = fWidthH; in createPolyPolygon_Cube()227 *pInnerSequenceX++ = -fWidthH; in createPolyPolygon_Cube()228 *pInnerSequenceX++ = -fWidthH; in createPolyPolygon_Cube()246 *pInnerSequenceX++ = -fWidthH + fOffset; in createPolyPolygon_Cube()247 *pInnerSequenceX++ = fWidthH - fOffset; in createPolyPolygon_Cube()[all …]