<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — matrix4 problem]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=250&amp;type=atom" />
	<updated>2007-07-19T15:34:59Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=250</id>
		<entry>
			<title type="html"><![CDATA[Re: matrix4 problem]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1042#p1042" />
			<content type="html"><![CDATA[<p>I&#039;m not sure exactly what&#039;s going on, I&#039;m just trying to convert some c code to Blitzmax.&nbsp; Thanks for your help, I&#039;ll try it out <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Slaine]]></name>
				<uri>https://gprogs.com/profile.php?id=144</uri>
			</author>
			<updated>2007-07-19T15:34:59Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1042#p1042</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: matrix4 problem]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1041#p1041" />
			<content type="html"><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; are you trying to get a float ptr to the matrix?&nbsp; matrix4 is a type so you cant directly access the contained float array with the syntax you are trying.&nbsp; you can directly access the float array underneath using the pointer() method:<br /></p><div class="codebox"><pre><code>&#039; dont forget to create the instance
Local irrMat:matrix4 = matrix4.create()

irrMat.pointer()[0] = 2.23</code></pre></div>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2007-07-19T12:27:11Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1041#p1041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[matrix4 problem]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1040#p1040" />
			<content type="html"><![CDATA[<p>Hi I&#039;m having some problems with the following code, the error is<br />Expression of type &#039;irrlicht.core.matrix4&#039; cannot be indexed<br />Here is a sample code:<br /></p><div class="codebox"><pre><code>Local irrMat:matrix4

irrMat[0] = [5]</code></pre></div><p>I&#039;m not sure if it&#039;s an error in the Irrlicht wrapper, or, an error with Blitzmax itself, I&#039;ve had this problem before and couldn&#039;t fix it and gave up.</p><p>Thanks.</p>]]></content>
			<author>
				<name><![CDATA[Slaine]]></name>
				<uri>https://gprogs.com/profile.php?id=144</uri>
			</author>
			<updated>2007-07-18T21:08:06Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1040#p1040</id>
		</entry>
</feed>
