Home
last modified time | relevance | path

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

/aoo41x/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx49 const double s30 = sin( basegfx::deg2rad(30.0) ); in createTriangleWipe() local
51 figure.append( ::basegfx::B2DPoint( 0.5 + s30, 0.5 ) ); in createTriangleWipe()
53 figure.append( ::basegfx::B2DPoint( -0.5 - s30, 0.5 ) ); in createTriangleWipe()
61 const double s30 = sin( basegfx::deg2rad(30.0) ); in createArrowHeadWipe() local
62 const double off = s30; in createArrowHeadWipe()
64 figure.append( ::basegfx::B2DPoint( 0.5 + s30 + off, 0.5 + off ) ); in createArrowHeadWipe()
66 figure.append( ::basegfx::B2DPoint( -0.5 - s30 - off, 0.5 + off ) ); in createArrowHeadWipe()

Completed in 4 milliseconds