Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/main/
H A DShapeFactory.cxx579 const double fTopFactor = (fTopHeight)/(fabs(fHeight)+fTopHeight); in createPyramid() local
580 …D aTopP1( rPosition.PositionX, rPosition.PositionY, rPosition.PositionZ - fDepth*fTopFactor/2.0 ); in createPyramid()
583 aTopP1.PositionY -= fWidth*fTopFactor/2.0; in createPyramid()
588 aTopP1.PositionX -= fWidth*fTopFactor/2.0; in createPyramid()
593 aTopP2.PositionY += fWidth*fTopFactor; in createPyramid()
595 aTopP2.PositionX += fWidth*fTopFactor; in createPyramid()
598 aTopP3.PositionZ += fDepth*fTopFactor; in createPyramid()
599 aTopP4.PositionZ += fDepth*fTopFactor; in createPyramid()

Completed in 33 milliseconds