<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - translate funcion in c++?]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=844</link>
		<description><![CDATA[The most recent posts in translate funcion in c++?.]]></description>
		<lastBuildDate>Fri, 25 Oct 2013 05:38:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: translate funcion in c++?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5807#p5807</link>
			<description><![CDATA[<p>oh thank you 255 . <br />i thought there might be an easier way for this but i guess ill have to work with that.</p>]]></description>
			<author><![CDATA[dummy@example.com (Crucio777)]]></author>
			<pubDate>Fri, 25 Oct 2013 05:38:50 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5807#p5807</guid>
		</item>
		<item>
			<title><![CDATA[Re: translate funcion in c++?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5657#p5657</link>
			<description><![CDATA[<div class="quotebox"><cite>Crucio777 wrote:</cite><blockquote><p>i can&#039;t find equivalent of functions of lua in c++</p></blockquote></div><p>Sometimes they have different names or they may even not exist and you need to do 2 or 3 lines of C++ code to replicate them.<br />The cool thing is that you just need to refer to the MScript source file to see how the Lua functions are made:<br /><a href="http://code.google.com/p/maratis/source/browse/trunk/dev/Maratis/Common/MScript/MScript.cpp?r=203">http://code.google.com/p/maratis/source &#133; .cpp?r=203</a><br />Just do a search with your browser and you&#039;ll end up to the function body that you need.<br />With minor modifications you should get a working code.<br />In the case of &quot;translate&quot;:<br /></p><div class="codebox"><pre><code>MVector3 axis(1,0,0);
axis = object-&gt;getRotatedVector(axis);
object-&gt;setPosition(object-&gt;getPosition() + axis);</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Mon, 21 Oct 2013 19:57:30 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5657#p5657</guid>
		</item>
		<item>
			<title><![CDATA[translate funcion in c++?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5651#p5651</link>
			<description><![CDATA[<p>what is the equivalent of translate from lua in c++ ?</p><p>btw&nbsp; is there&nbsp; a way to use the script functions in c++?</p><p>the reason i need is i can code in c++ but i can&#039;t find equivalent of functions of lua in c++ <br />my lua script is getting really huge i would like to get some character codes in a plugin .(its&nbsp; not much yet but i would like to create character code in a plugin for future ).</p>]]></description>
			<author><![CDATA[dummy@example.com (Crucio777)]]></author>
			<pubDate>Mon, 21 Oct 2013 18:35:36 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5651#p5651</guid>
		</item>
	</channel>
</rss>
