Lines Matching refs:B3DPoint
145 const basegfx::B3DPoint aStartA(aSubA.getB3DPoint(nIndexA)); in impAddInBetweenFill()
146 const basegfx::B3DPoint aEndA(aSubA.getB3DPoint(nIndexB)); in impAddInBetweenFill()
147 const basegfx::B3DPoint aStartB(aSubB.getB3DPoint(nIndexA)); in impAddInBetweenFill()
148 const basegfx::B3DPoint aEndB(aSubB.getB3DPoint(nIndexB)); in impAddInBetweenFill()
224 basegfx::B3DPoint aPrevA(aSubA.getB3DPoint(nPointCount - 1L)); in impCreateInBetweenNormals()
225 basegfx::B3DPoint aCurrA(aSubA.getB3DPoint(0L)); in impCreateInBetweenNormals()
231 const basegfx::B3DPoint aNextA(aSubA.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
232 const basegfx::B3DPoint aCurrB(aSubB.getB3DPoint(b)); in impCreateInBetweenNormals()
241 const basegfx::B3DPoint aNextB(aSubB.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
623 …basegfx::B3DPoint aCenter(basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()).getCenter… in extractPlanesFromSlice()
627 …const basegfx::B3DPoint aNextCenter(basegfx::tools::getRange(rSliceVector[(a + 1L) % nNumSlices].g… in extractPlanesFromSlice()