Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/runner/util/
H A DValueChanger.java143 com.sun.star.drawing.Direction3D D3D = new com.sun.star.drawing.Direction3D(); in changePValue() local
145 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()