Searched refs:D3D (Results 1 – 1 of 1) sorted by relevance
143 com.sun.star.drawing.Direction3D D3D = new com.sun.star.drawing.Direction3D(); in changePValue() local145 D3D.DirectionX = D3Dold.DirectionX + .5; in changePValue()146 D3D.DirectionY = D3Dold.DirectionY + .5; in changePValue()147 D3D.DirectionZ = D3Dold.DirectionZ + .5; in changePValue()148 newValue = D3D; in changePValue()