<?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: problem with geometry expression from Paul Bourke</title>
		<atom:link href="http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:46:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-48884</guid>
					<title><![CDATA[problem with geometry expression from Paul Bourke]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-48884</link>
					<pubDate>Wed, 03 Mar 2010 18:24:40 +0000</pubDate>
					<dc:creator>Ad.</dc:creator>

					<description>
						<![CDATA[
						<p>Here&#8217;s the limpet torus equation from paul bourke&#8217;s geometry</p>
<p>x = cos(u) / [sqrt(2) + sin(v)]<br />
y = sin(u) / [sqrt(2) + sin(v)]<br />
z = 1 / [sqrt(2) + cos(v)]</p>
<p>And here&#8217;s my expr object: </p>
<p>jit.expr @expr &#8220;cos(snorm[0])/(sqrt(2)+(sin(snorm[0]))&#8221; &#8220;sin(snorm[0])/(sqrt(2)+(sin(snorm[0]))&#8221; &#8220;1/(sqrt(2)+ cos(snorm[0]))&#8221;</p>
<p>What am I doing wrong ? the result is kind of little curve…snif…</p>
<p>Thx.<br />
Ad</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-175653</guid>
					<title><![CDATA[Re: problem with geometry expression from Paul Bourke]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-175653</link>
					<pubDate>Wed, 03 Mar 2010 18:46:07 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>u != v</p>
<p>make sure you&#8217;re matrix has two dimensions and try this:</p>
<pre><code>jit.expr @expr
cos(norm[0]*TWOPI)/(sqrt(2)+(sin(norm[1]*TWOPI))
sin(norm[0]*TWOPI)/(sqrt(2)+(sin(norm[1]*TWOPI))
1/(sqrt(2)+cos(norm[1]*TWOPI))</code></pre>						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-175654</guid>
					<title><![CDATA[Re: problem with geometry expression from Paul Bourke]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-geometry-expression-from-paul-bourke/#post-175654</link>
					<pubDate>Wed, 03 Mar 2010 19:50:32 +0000</pubDate>
					<dc:creator>Ad.</dc:creator>

					<description>
						<![CDATA[
						<p>thank you camarade !<br />
Ad.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

