tune
This commit is contained in:
@@ -146,6 +146,39 @@ Interface IFlat3d
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Geom_IFlat3d_GetDistanceToOrigin_" data-uid="Hi.Geom.IFlat3d.GetDistanceToOrigin*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_IFlat3d_GetDistanceToOrigin" data-uid="Hi.Geom.IFlat3d.GetDistanceToOrigin">
|
||||
GetDistanceToOrigin()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Signed Distance To Origin.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">double GetDistanceToOrigin()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd><p>Signed Distance To Origin.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_IFlat3d_GetLocate_" data-uid="Hi.Geom.IFlat3d.GetLocate*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_IFlat3d_GetLocate" data-uid="Hi.Geom.IFlat3d.GetLocate">
|
||||
@@ -179,6 +212,44 @@ Interface IFlat3d
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_IFlat3d_GetLocate_" data-uid="Hi.Geom.IFlat3d.GetLocate*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_IFlat3d_GetLocate_Hi_Geom_Vec3d_System_Double_" data-uid="Hi.Geom.IFlat3d.GetLocate(Hi.Geom.Vec3d,System.Double)">
|
||||
GetLocate(Vec3d, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vec3d GetLocate(Vec3d normal, double distanceToOrigin)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>normal</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>distanceToOrigin</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_IFlat3d_GetNormal_" data-uid="Hi.Geom.IFlat3d.GetNormal*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_IFlat3d_GetNormal" data-uid="Hi.Geom.IFlat3d.GetNormal">
|
||||
|
||||
Reference in New Issue
Block a user