<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 '직선그리기' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/직선그리기</link>
		<description>직선그리기</description>
		<language>ko</language>
		<pubDate>Sat, 05 May 2012 19:48:59 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[두 점을 잇는 선분 그리기]]></title>
	<link>http://heilow.egloos.com/62072</link>
	<guid>http://heilow.egloos.com/62072</guid>
	<description>
	<![CDATA[ 
 x,y 좌표계 에서 두 점 (x1, y1), (x2, y2)를 잇는 선분 그리기 //(x1, y1) 에서 (x2, y2)에서 직선 그리기  m = (double)(y2 - y1)/(x2 - x1);if( m&amp;gt;-1 &amp;amp;&amp;amp; m &amp;lt; 1 ) {     if( x1 &amp;gt; x2 )     {            swap(x1, x2);            swap(y1, y2);      }      for( x = x1; x&amp;lt;= x2; x++)     {         y = (int)floor(m*(x-x1) + y1 + 0.5);          if( y &amp;gt;= 0 &amp;amp;&amp;amp; y &amp;lt; h )         {             ptr[y][x] = c;   	]]>
	</description>
	<pubDate>Sat, 05 May 2012 19:48:59 +0900</pubDate>
	<dc:creator><![CDATA[괴짜 개발자의 괴짜 서식지]]></dc:creator>
</item>
<item>
	<title><![CDATA[2010/02/15 오늘의 잡담]]></title>
	<link>http://aeterna.egloos.com/2367183</link>
	<guid>http://aeterna.egloos.com/2367183</guid>
	<description>
	<![CDATA[ 
1. 아버지와 불편한 관계가 유지되고있다. 싫다. 빨리 취직을 하거나 군대를 가서러도 떨어지고 싶다.  2. 팝스 키워드가 잘 안나온다. 맨날 &quot;키워드가 존재하지 않습니다&quot; 메시지만 뜨고.. 이것도 싫다.   3. 소설에 팝스를 적용해봤더니 딱 2개 나오더만..  4. 손으로 직선을 그리려고하면 잘 안그려진다(상당히 고질적인 문제). 원인을 전혀모르겠으니 고치지지도 못하고, 이게 뭐야..	]]>
	</description>
	<pubDate>Mon, 15 Feb 2010 22:55:25 +0900</pubDate>
	<dc:creator><![CDATA[TRILLION의 Over Tech World]]></dc:creator>
</item>
<item>
	<title><![CDATA[직선그리기 - Bresenham algorithm for Python]]></title>
	<link>http://poorpuppet.egloos.com/4109119</link>
	<guid>http://poorpuppet.egloos.com/4109119</guid>
	<description>
	<![CDATA[ 
 로 이동 되었습니다.	]]>
	</description>
	<pubDate>Tue, 07 Apr 2009 14:31:34 +0900</pubDate>
	<dc:creator><![CDATA[과학과 이성에 대한 극히 주관적인 관점]]></dc:creator>
</item>
	</channel>
</rss>

