<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — Multiple vectors in an array.]]></title>
		<link>https://gprogs.com/viewtopic.php?id=83</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=83&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Multiple vectors in an array..]]></description>
		<lastBuildDate>Sun, 16 Jul 2006 16:59:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Multiple vectors in an array.]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=371#p371</link>
			<description><![CDATA[<p>this has been repaired thx for finding it!&nbsp; please see the downloads section for the new download.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 16 Jul 2006 16:59:12 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=371#p371</guid>
		</item>
		<item>
			<title><![CDATA[Re: Multiple vectors in an array.]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=369#p369</link>
			<description><![CDATA[<p>How do I retrive an axis from a vector of an edge? Blitz Max keeps returning a &quot;Unhandled Memory Exception Error&quot;, first for aabbox3df then vector3df.<br /></p><div class="codebox"><pre><code>Local TargetBBox:T_irrVector3df[] = Target.getBoundingBox().getEdges()
Local TargetBBoxstring:String = Null
If (TargetBBoxString = Null)
    Local TargetBBoxV3D:T_irrVector3df
    Local i:Int
    For i = 0 To 7
        TargetBBoxV3D = TargetBBox[i]
        TargetBBoxstring = TargetBBoxstring + &quot;(&quot; + i + &quot;)&quot; + TargetBBoxV3D.getX() + &quot;,&quot; + TargetBBoxV3D.getY() + &quot;,&quot; + TargetBBoxV3D.getZ()
    Next
    EndIf</code></pre></div><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (HondaDirtBiker)]]></author>
			<pubDate>Sat, 15 Jul 2006 19:42:39 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=369#p369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Multiple vectors in an array.]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=365#p365</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; im sure the API doc is out of date my apologies on that.&nbsp; rebuilding the docs is a huge time consumer.&nbsp; getEdges() and several other methods now return a BMAX array.&nbsp; in this case, an array of T_irrVector3df so change your code to:<br /></p><div class="codebox"><pre><code>Local TargetBBox:T_irrVector3df[]=Target.getBoundingBox().getEdges()</code></pre></div><p>and that should do it.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Fri, 14 Jul 2006 13:36:38 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=365#p365</guid>
		</item>
		<item>
			<title><![CDATA[Multiple vectors in an array.]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=364#p364</link>
			<description><![CDATA[<p>I need to store all the vectors from a 3D Bounding Box.<br />When I try the code from the irrbmax API, I get the error message &quot;Unable to convert from &#039;T_irrVector3df Array&#039; to &#039;T_irrArray_vector3df&#039;&quot;.<br /></p><div class="codebox"><pre><code>Local TargetBBox:T_irrArray_vector3df = Target.getBoundingBox().getEdges()</code></pre></div><p>What could be wrong?</p>]]></description>
			<author><![CDATA[null@example.com (HondaDirtBiker)]]></author>
			<pubDate>Fri, 14 Jul 2006 10:33:59 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=364#p364</guid>
		</item>
	</channel>
</rss>
