Home
last modified time | relevance | path

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

/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx101 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoi… in processBasePrimitive3D() local
103 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
105 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
125 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * aPolygon.getB3DPoi… in processBasePrimitive3D() local
127 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
129 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()

Completed in 17 milliseconds