<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
@noelWelsh : I tested your advice, but it not run.. I tested to rotate and translate then : The bitmap is turn around another point..<div>I test to translate and rotate then, the result is the same. Thanks you anyway.</div><div><br></div><div>@Jay : I don't know how you can rotate bitmap with gl2d library.. I must draw with another thing ?&nbsp;<br><br>&gt; Date: Mon, 9 May 2011 08:21:49 -0600<br>&gt; Subject: Re: [racket] Racket/gui : How to rotate a bitmap% ?<br>&gt; From: jay.mccarthy@gmail.com<br>&gt; To: noelwelsh@gmail.com<br>&gt; CC: julien-0659@hotmail.fr; users@racket-lang.org<br>&gt; <br>&gt; And that's the exact same thing you do in OpenGL too. My gl2d code<br>&gt; just packages those GL commands in a nice way. I have a new experiment<br>&gt; with doing the same thing but with a functional packaging:<br>&gt; <br>&gt; https://github.com/get-bonus/get-bonus/blob/master/exp/gl.rkt<br>&gt; <br>&gt; Look at the contracts at the bottom. (This package, btw, can very<br>&gt; easily get very high frame rates with very naive rendering, because it<br>&gt; automatically compiles common draw sequences to the card.)<br>&gt; <br>&gt; Jay<br>&gt; <br>&gt; 2011/5/9 Noel Welsh &lt;noelwelsh@gmail.com&gt;:<br>&gt; &gt; 2011/5/9 Jyu 。 &lt;julien-0659@hotmail.fr&gt;:<br>&gt; &gt;&gt; I can rotate a bitmap% around the (0,0) coordinate point, but I cannot do<br>&gt; &gt;&gt; the same for any other point..<br>&gt; &gt;<br>&gt; &gt; You probably need to call translate and then rotate. There is a<br>&gt; &gt; transformation matrix maintained by the dc% which allows for rotation,<br>&gt; &gt; translation, and scaling. If you first translate and then rotate you<br>&gt; &gt; should be able to rotate your bitmap around an arbitrary point. (I say<br>&gt; &gt; "should" because I haven't tested it myself.)<br>&gt; &gt;<br>&gt; &gt; HTH,<br>&gt; &gt; N.<br>&gt; &gt;<br>&gt; &gt; _________________________________________________<br>&gt; &gt; &nbsp;For list-related administrative tasks:<br>&gt; &gt; &nbsp;http://lists.racket-lang.org/listinfo/users<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Jay McCarthy &lt;jay@cs.byu.edu&gt;<br>&gt; Assistant Professor / Brigham Young University<br>&gt; http://faculty.cs.byu.edu/~jay<br>&gt; <br>&gt; "The glory of God is Intelligence" - D&amp;C 93<br></div>                                               </body>
</html>