Searched refs:aInvObjectToView (Results 1 – 1 of 1) sorted by relevance
182 basegfx::B3DHomMatrix aInvObjectToView(getViewInformation3D().getObjectToView()); in impRenderHatchTexturePrimitive3D() local183 aInvObjectToView.invert(); in impRenderHatchTexturePrimitive3D()187 const basegfx::B3DPoint aZero(aInvObjectToView * basegfx::B3DPoint(0.0, 0.0, 0.0)); in impRenderHatchTexturePrimitive3D()188 const basegfx::B3DPoint aOne(aInvObjectToView * basegfx::B3DPoint(1.0, 1.0, 1.0)); in impRenderHatchTexturePrimitive3D()
Completed in 7 milliseconds