<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: LCD Question</title>
		<atom:link href="http://cycling74.com/forums/topic/lcd-question/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/lcd-question/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 13:31:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/lcd-question/#post-49793</guid>
					<title><![CDATA[LCD Question]]></title>
					<link>http://cycling74.com/forums/topic/lcd-question/#post-49793</link>
					<pubDate>Thu, 15 Apr 2010 17:45:07 +0000</pubDate>
					<dc:creator>Nate</dc:creator>

					<description>
						<![CDATA[
						<p>Positions in the lcd object are all relative to the upper left corner of the window.  As in a lcd with size 100 100, the center is at 50,50. Is there a way to set the positions relative to the center of the window thereby avoiding having to convert to and from different relative positions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/lcd-question/#post-178791</guid>
					<title><![CDATA[Re: LCD Question]]></title>
					<link>http://cycling74.com/forums/topic/lcd-question/#post-178791</link>
					<pubDate>Fri, 16 Apr 2010 13:24:33 +0000</pubDate>
					<dc:creator>justin</dc:creator>

					<description>
						<![CDATA[
						<p>unless i&#8217;m mistaken, its just a question of adding an offset to the position message.</p>
<p>so in your case adding 50 to the x and y position will make position 0 0 the centre of your image. adding -50 to both x and y positions will make it go to top left corner&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/lcd-question/#post-178792</guid>
					<title><![CDATA[Re: LCD Question]]></title>
					<link>http://cycling74.com/forums/topic/lcd-question/#post-178792</link>
					<pubDate>Fri, 16 Apr 2010 20:29:24 +0000</pubDate>
					<dc:creator>Nate</dc:creator>

					<description>
						<![CDATA[
						<p>Justin, thank you for your response!</p>
<p>you are absolutely correct and I have been doing so.  </p>
<p>I am trying to create a patch for my students that graphs a hyperbola in the form of ((x-h)^2)/(a^2))- ((y-k)^2)/(b^2))=1 on the standard xy coordinate plane so the student can “play around” with different values of h, k, a, and b to see how the graph responds.  </p>
<p>The patching becomes increasingly complicated when trying to re-size or change the axises intervals so setting the relative position of (0,0) to the center would be helpful but not necessary.  </p>
<p>Any suggestions or pointers on graphing functions using Max would be greatly appreciated.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/lcd-question/#post-178793</guid>
					<title><![CDATA[Re: LCD Question]]></title>
					<link>http://cycling74.com/forums/topic/lcd-question/#post-178793</link>
					<pubDate>Fri, 23 Apr 2010 16:05:00 +0000</pubDate>
					<dc:creator>Samuel Freeman</dc:creator>

					<description>
						<![CDATA[
						<p>2 thoughts:</p>
<p>in JSUI coordinates there is &#8216;screen&#8217;, where (0,0) is top left same as lcd, and there is &#8216;world&#8217; where (0., 0.) is the centre and the edges are ±1. for a square stage.</p>
<p>or</p>
<p>you could get away with only doing the offset once on lcd by recording the hyperbola as a sprite centred at (0,0) and then positioning it to the middle of the lcd when drawing the sprite&#8230;</p>
<p>I&#8217;d be interested to see what you have already (I&#8217;m resisting the urge to implement ((x-h)^2)/(a^2))- ((y-k)^2)/(b^2))=1 )</p>
<p>sdf</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

