<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Kommentare zu: jQuery Gauge mousemove &#8211; Tutorial	</title>
	<atom:link href="https://www.revilodesign.de/blog/sonstiges/jquery-gauge-mousemove-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.revilodesign.de/blog/sonstiges/jquery-gauge-mousemove-tutorial/</link>
	<description></description>
	<lastBuildDate>Mon, 28 Apr 2025 09:32:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		Von: christian		</title>
		<link>https://www.revilodesign.de/blog/sonstiges/jquery-gauge-mousemove-tutorial/#comment-63</link>

		<dc:creator><![CDATA[christian]]></dc:creator>
		<pubDate>Mon, 27 Jun 2022 12:36:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=1082#comment-63</guid>

					<description><![CDATA[Hallo Oli,
danke für die gute Erklärung. Kann es sein das es einen &quot;Dreher&quot; bei Math.atan2(y, x) gibt https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2,
für
var radians		=	Math.atan2(mouse_x - center_x, mouse_y - center_y);
also
var radians		=	Math.atan2(mouse_y - center_y, mouse_x - center_x);]]></description>
			<content:encoded><![CDATA[<p>Hallo Oli,<br />
danke für die gute Erklärung. Kann es sein das es einen &#8222;Dreher&#8220; bei Math.atan2(y, x) gibt <a href="https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2" rel="nofollow ugc">https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2</a>,<br />
für<br />
var radians		=	Math.atan2(mouse_x &#8211; center_x, mouse_y &#8211; center_y);<br />
also<br />
var radians		=	Math.atan2(mouse_y &#8211; center_y, mouse_x &#8211; center_x);</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
