tune
This commit is contained in:
@@ -152,6 +152,9 @@ Class Tri3d
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.BinIoUtil.html#Hi_Common_BinIoUtil_ToBytes_Hi_Common_IWriteBin_">BinIoUtil.ToBytes(IWriteBin)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Geom.GeomUtil.html#Hi_Geom_GeomUtil_ExpandToBox3d_Hi_Geom_IExpandToBox3d_Hi_Geom_Mat4d_Hi_Geom_Box3d_">GeomUtil.ExpandToBox3d(IExpandToBox3d, Mat4d, Box3d)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Geom.GeomUtil.html#Hi_Geom_GeomUtil_GetBox3d_Hi_Geom_IExpandToBox3d_">GeomUtil.GetBox3d(IExpandToBox3d)</a>
|
||||
</div>
|
||||
@@ -761,6 +764,39 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Tri3d_GetDistanceToOrigin_" data-uid="Hi.Geom.Tri3d.GetDistanceToOrigin*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Tri3d_GetDistanceToOrigin" data-uid="Hi.Geom.Tri3d.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">public 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_Tri3d_GetEdgeArrow_" data-uid="Hi.Geom.Tri3d.GetEdgeArrow*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Tri3d_GetEdgeArrow_System_Int32_" data-uid="Hi.Geom.Tri3d.GetEdgeArrow(System.Int32)">
|
||||
@@ -932,6 +968,45 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Tri3d_GetSegmentsFromPlaneClip_" data-uid="Hi.Geom.Tri3d.GetSegmentsFromPlaneClip*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Tri3d_GetSegmentsFromPlaneClip_Hi_Geom_IFlat3d_" data-uid="Hi.Geom.Tri3d.GetSegmentsFromPlaneClip(Hi.Geom.IFlat3d)">
|
||||
GetSegmentsFromPlaneClip(IFlat3d)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the line segments resulting from intersecting this triangle with a clipping plane.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<Segment3d> GetSegmentsFromPlaneClip(IFlat3d clipPlane)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>clipPlane</code> <a class="xref" href="Hi.Geom.IFlat3d.html">IFlat3d</a></dt>
|
||||
<dd><p>The clipping plane</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Geom.Segment3d.html">Segment3d</a>></dt>
|
||||
<dd><p>An enumerable of line segments representing the intersection</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Tri3d_GetTransform_" data-uid="Hi.Geom.Tri3d.GetTransform*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Tri3d_GetTransform_Hi_Geom_Mat4d_" data-uid="Hi.Geom.Tri3d.GetTransform(Hi.Geom.Mat4d)">
|
||||
|
||||
Reference in New Issue
Block a user