diff options
Diffstat (limited to 'html/apps/raytracing/vec.mu.html')
-rw-r--r-- | html/apps/raytracing/vec.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/raytracing/vec.mu.html b/html/apps/raytracing/vec.mu.html index f871a1ea..b3aeb5f0 100644 --- a/html/apps/raytracing/vec.mu.html +++ b/html/apps/raytracing/vec.mu.html @@ -187,7 +187,7 @@ if ('onhashchange' in window) { <span id="L128" class="LineNr">128 </span> <span class="PreProc">return</span> result <span id="L129" class="LineNr">129 </span><span class="Delimiter">}</span> <span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='vec.mu.html#L131'>vec3-dot</a></span> _v1: (addr <a href='vec.mu.html#L1'>vec3</a>), _v2: (addr <a href='vec.mu.html#L1'>vec3</a>)<span class="PreProc"> -> </span>result/<span class="Constant">xmm0</span>: float <span class="Delimiter">{</span> +<span id="L131" class="LineNr">131 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='vec.mu.html#L131'>vec3-dot</a></span> _v1: (addr <a href='vec.mu.html#L1'>vec3</a>), _v2: (addr <a href='vec.mu.html#L1'>vec3</a>)<span class="PreProc"> -> </span>_/<span class="Constant">xmm0</span>: float <span class="Delimiter">{</span> <span id="L132" class="LineNr">132 </span><span class="Delimiter">}</span> <span id="L133" class="LineNr">133 </span> <span id="L134" class="LineNr">134 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='vec.mu.html#L134'>vec3-cross</a></span> _v1: (addr <a href='vec.mu.html#L1'>vec3</a>), _v2: (addr <a href='vec.mu.html#L1'>vec3</a>), out: (addr <a href='vec.mu.html#L1'>vec3</a>) <span class="Delimiter">{</span> |