Searched refs:maProjection (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/drawinglayer/source/geometry/ |
| H A D | viewinformation3d.cxx | 67 basegfx::B3DHomMatrix maProjection; member in drawinglayer::geometry::ImpViewInformation3D 176 const double f_30(maProjection.get(3, 0)); in impInterpretPropertyValues() 177 const double f_31(maProjection.get(3, 1)); in impInterpretPropertyValues() 178 const double f_32(maProjection.get(3, 2)); in impInterpretPropertyValues() 179 const double f_33(maProjection.get(3, 3)); in impInterpretPropertyValues() 183 … maProjection = basegfx::unotools::homMatrixFromAffineMatrix3D(aAffineMatrix3D); in impInterpretPropertyValues() 185 maProjection.set(3, 0, f_30); in impInterpretPropertyValues() 186 maProjection.set(3, 1, f_31); in impInterpretPropertyValues() 187 maProjection.set(3, 2, f_32); in impInterpretPropertyValues() 188 maProjection.set(3, 3, f_33); in impInterpretPropertyValues() [all …]
|
| /trunk/main/tools/source/generic/ |
| H A D | b3dtrans.cxx | 241 maProjection = mProject; in SetProjection() 249 return maProjection; in GetProjection()
|
| /trunk/main/tools/inc/tools/ |
| H A D | b3dtrans.hxx | 82 basegfx::B3DHomMatrix maProjection; member in B3dTransformationSet
|