<?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 Re: Dot product error? in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757692#M1279</link>
    <description>&lt;P&gt;Good catch!&amp;nbsp; I missed that.&amp;nbsp; So bottom line, I can't rely on the print_array results.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 20:31:55 GMT</pubDate>
    <dc:creator>mcw0</dc:creator>
    <dc:date>2023-02-15T20:31:55Z</dc:date>
    <item>
      <title>Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757437#M1274</link>
      <description>&lt;P&gt;I'm comparing the 3 vectors.&amp;nbsp; I want to know how closely 2 vectors match the first.&amp;nbsp; But my dot values are 0!&amp;nbsp; Please, what did I do wrong?&amp;nbsp; This has to work today.&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dot_error.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177033i331ABD01DA88D76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="dot_error.png" alt="dot_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:47:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757437#M1274</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T18:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757462#M1275</link>
      <description>&lt;P&gt;As an experiment, I created new vectors and the dot product worked.&amp;nbsp; But as soon as I plug in my earlier normalized vectors to the new dot node, I get a zero.&amp;nbsp; All input types are the same, Math::float3.&amp;nbsp; What's going on?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dot_01.png" style="width: 808px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177036i21B8AB9178D6C408/image-size/large?v=v2&amp;amp;px=999" role="button" title="dot_01.png" alt="dot_01.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757462#M1275</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T18:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757617#M1276</link>
      <description>&lt;P&gt;Please check what the watchpoint (to print_array1) is saying.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:03:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757617#M1276</guid>
      <dc:creator>morten.bojsen-hansen</dc:creator>
      <dc:date>2023-02-15T20:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757665#M1277</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dot_wpt.png" style="width: 835px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177076iDE17B853A9982FE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="dot_wpt.png" alt="dot_wpt.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So the print_array is returning incorrect values?&amp;nbsp; But only on some and not all?&amp;nbsp; How do I fix this?&amp;nbsp; I need to see the values to debug my graph.&amp;nbsp; If I have to resort to the watchpoint...OUCH!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757665#M1277</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T20:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757674#M1278</link>
      <description>&lt;P&gt;It looks like the final result (0.77) is correct but for some reason the first print_array node is showing an incorrect value for index 4. The result of normalizing (1, 0, 10) is (0.0995037, 0, 0.995037) not (.1, 0, 0) but if that incorrect value had actually been used for the dot product then the result would have been 0.071 not 0.77.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gray&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757674#M1278</guid>
      <dc:creator>Grahame_Fuller</dc:creator>
      <dc:date>2023-02-15T20:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757692#M1279</link>
      <description>&lt;P&gt;Good catch!&amp;nbsp; I missed that.&amp;nbsp; So bottom line, I can't rely on the print_array results.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:31:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757692#M1279</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T20:31:55Z</dc:date>
    </item>
    <item>
      <title>Betreff: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11758662#M1280</link>
      <description>&lt;P&gt;Please get the latest version of the PRINT_PACK.&lt;/P&gt;
&lt;P&gt;There was a bug in the display of min/max.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, &lt;STRONG&gt;print_table&lt;/STRONG&gt; is the better choice if you need to compare arrays.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RolandReyer_0-1676533023424.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177238i83CEB82B752C37C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RolandReyer_0-1676533023424.png" alt="RolandReyer_0-1676533023424.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 07:37:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11758662#M1280</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2023-02-16T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dot product error?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11760151#M1281</link>
      <description>&lt;P&gt;When the floats are converted to string I truncate the decimal places to a number that you can set in the print node.&lt;/P&gt;
&lt;P&gt;When you set "Float Precision" to 10.000 you would see 5 decimal places.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 16:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11760151#M1281</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2023-02-16T16:59:38Z</dc:date>
    </item>
  </channel>
</rss>

