Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/main/
H A DShapeFactory.cxx564 …drawing::Position3D aBottomP1( rPosition.PositionX, rPosition.PositionY, rPosition.PositionZ - fDe… in createPyramid() local
566 aBottomP1.PositionY -= fWidth/2.0; in createPyramid()
568 aBottomP1.PositionX -= fWidth/2.0; in createPyramid()
569 drawing::Position3D aBottomP2( aBottomP1 ); in createPyramid()
575 drawing::Position3D aBottomP4( aBottomP1 ); in createPyramid()
601 Stripe aStripeBottom( aBottomP1, aBottomP4, aBottomP3, aBottomP2 ); in createPyramid()
603 drawing::Position3D aNormalsBottomP1( aBottomP1 ); in createPyramid()
607 drawing::Position3D aNormalsTopP1( aBottomP1 ); in createPyramid()
636 aStripeBottom = Stripe( aBottomP1, aBottomP4, aBottomP3, aBottomP2 ); in createPyramid()
642 aStripeBottom = Stripe( aBottomP2, aBottomP3, aBottomP4, aBottomP1 ); in createPyramid()
[all …]