fix postprocess precision.

This commit is contained in:
2026-02-19 21:34:39 +08:00
parent a21240016f
commit 2d38701590
48 changed files with 984 additions and 394 deletions
@@ -1134,21 +1134,21 @@ i.e. (m[12],m[13],m[14])=(0,0,0).</p>
<a id="Hi_Geom_Mat4d_Pn_" data-uid="Hi.Geom.Mat4d.Pn*"></a>
<a id="Hi_Geom_Mat4d_Np_" data-uid="Hi.Geom.Mat4d.Np*"></a>
<h3 id="Hi_Geom_Mat4d_Pn" data-uid="Hi.Geom.Mat4d.Pn">
Pn
<h3 id="Hi_Geom_Mat4d_Np" data-uid="Hi.Geom.Mat4d.Np">
Np
</h3>
<div class="markdown level1 summary"><p>Pn: the abbr. of Point and Normal.
<div class="markdown level1 summary"><p>Np: the abbr. of Normal and Point.
The value is
<code>new DVec3d(m[12], m[13], m[14], m[8], m[9], m[10])</code></p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DVec3d Pn { get; }</code></pre>
<pre><code class="lang-csharp hljs">public DVec3d Np { get; }</code></pre>
</div>