<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Vec3 Constructor with floating point values only on x in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524645#M34794</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;When using the Vec3 constructor I have noticed that I cant use floating point values for the x coordinate only. Is this deliberate or am I just doing it wrong?&lt;/P&gt;&lt;P&gt;return Vec3(3.45, 1, 1);    returns [3, 1, 1];&lt;/P&gt;&lt;P&gt;However;&lt;/P&gt;&lt;P&gt;returning Vec3(3.45, 1.0, 1.1) returns something like [3.450000,1, 1.100000]&lt;/P&gt;&lt;P&gt;Seems like a small bug. Took me a while to discover that when I wanted a vector of (3.5, 0, 0) I had to write Vec3(3.5, 0.0 , 0.0);  or I would get only integer values. &lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2017 10:18:00 GMT</pubDate>
    <dc:creator>MBJEBZSRG</dc:creator>
    <dc:date>2017-06-09T10:18:00Z</dc:date>
    <item>
      <title>Vec3 Constructor with floating point values only on x</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524645#M34794</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;When using the Vec3 constructor I have noticed that I cant use floating point values for the x coordinate only. Is this deliberate or am I just doing it wrong?&lt;/P&gt;&lt;P&gt;return Vec3(3.45, 1, 1);    returns [3, 1, 1];&lt;/P&gt;&lt;P&gt;However;&lt;/P&gt;&lt;P&gt;returning Vec3(3.45, 1.0, 1.1) returns something like [3.450000,1, 1.100000]&lt;/P&gt;&lt;P&gt;Seems like a small bug. Took me a while to discover that when I wanted a vector of (3.5, 0, 0) I had to write Vec3(3.5, 0.0 , 0.0);  or I would get only integer values. &lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 10:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524645#M34794</guid>
      <dc:creator>MBJEBZSRG</dc:creator>
      <dc:date>2017-06-09T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vec3 Constructor with floating point values only on x</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524646#M34795</link>
      <description>&lt;P&gt;Seems that when 2 on 3 the numbers are integer also the third is considered in integer and if the 2 on 3 are double also the third is considered double.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 10:30:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524646#M34795</guid>
      <dc:creator>marco_baccalaro</dc:creator>
      <dc:date>2017-06-09T10:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vec3 Constructor with floating point values only on x</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524647#M34796</link>
      <description>&lt;P&gt;We're going to remove the integer constructor for the next 17.0 bug fix.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 18:33:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/vec3-constructor-with-floating-point-values-only-on-x/m-p/13524647#M34796</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2017-06-19T18:33:48Z</dc:date>
    </item>
  </channel>
</rss>

