<?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: How to plunge my vector &amp; points distance calculations into gen for efficiency ?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 21:22:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-47155</guid>
					<title><![CDATA[How to plunge my vector &amp; points distance calculations into gen for efficiency ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-47155</link>
					<pubDate>Sun, 10 Jun 2012 09:47:58 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
diving in GenExpr with jit.gen for better efficiency.<br />
Even with <a href="http://cycling74.com/2012/02/02/gen-tutorial-2a-the-joy-of-swiz/" rel="nofollow">http://cycling74.com/2012/02/02/gen-tutorial-2a-the-joy-of-swiz/</a>, I&#8217;m a bit lost.</p>
<p>As dtr suggested here: <a href="http://cycling74.com/forums/topic.php?id=40408" rel="nofollow">http://cycling74.com/forums/topic.php?id=40408</a>, I&#8217;d like to use jit.gen for a (basic) calculation.</p>
<p>I have my vector coming from my cam view (position, orientation) &#038; a point (position).<br />
I need to calculate elevation and azimuth relatively to my cam vector (indeed, a &#038; e vary according to the orientation of cam)</p>
<p>anyone would help me with this apparently easy stuff with gen ?</p>
<p>swiz seems to be the key.<br />
but considering a matrix 1,3 (my vector, basically), how can I explode its values to x y &#038; z variables to use them in a codebox inside gen &#8230;?</p>
<p>ANY leads/helps would save my hour =)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-169535</guid>
					<title><![CDATA[Re: How to plunge my vector &#038; points distance calculations into gen for efficiency ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-169535</link>
					<pubDate>Mon, 11 Jun 2012 04:40:01 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Julien,<br />
Are you calculating just a single result or do you have a matrix of positions that you&#8217;re calculating?   If it&#8217;s a matrix on input positions, I would set things up as follows:</p>
<p>[param position] // cam position<br />
[param orientation] cam orientation<br />
[in 1] // positions to calculate a/e data relative to camera</p>
<p>If you have a patch, even if it doesn&#8217;t work, but shows the data you&#8217;re working with, that would help immensely.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-169536</guid>
					<title><![CDATA[Re: How to plunge my vector &#038; points distance calculations into gen for efficiency ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-plunge-my-vector-points-distance-calculations-into-gen-for-efficiency/#post-169536</link>
					<pubDate>Mon, 11 Jun 2012 07:21:38 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi wesley,<br />
<a href="http://cycling74.com/forums/topic.php?id=40408" rel="nofollow">http://cycling74.com/forums/topic.php?id=40408</a> answered to that finally, being quite related.</p>
<p>May I ask you your opinions about the last post I just made ?<br />
<a href="http://cycling74.com/forums/topic.php?id=40408&#038;replies=17#post-196264" rel="nofollow">http://cycling74.com/forums/topic.php?id=40408&#038;replies=17#post-196264</a><br />
My system needs to be a bit optimized, even at this point.<br />
Any help from you would be appreciate :)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

