2026-02-17 15:51:23 +08:00

962 lines
27 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Struct Vec3Hfr | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct Vec3Hfr | HiAPI-C# 2025 ">
<meta name="description" content="3D vector with elements. Provides unlimited-precision exact arithmetic for geometric computations. Corresponds to C++ vec3&amp;lt;wfr_t&amp;gt;.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.Geom.Topo.Vec3Hfr">
<h1 id="Hi_Geom_Topo_Vec3Hfr" data-uid="Hi.Geom.Topo.Vec3Hfr" class="text-break">
Struct Vec3Hfr
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Geom.html">Geom</a>.<a class="xref" href="Hi.Geom.Topo.html">Topo</a></dd></dl>
<dl><dt>Assembly</dt><dd>HiDisp.dll</dd></dl>
</div>
<div class="markdown summary"><p>3D vector with <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction&lt;decimal&gt;</a> elements.
Provides unlimited-precision exact arithmetic for geometric computations.
Corresponds to C++ <code>vec3&lt;wfr_t&gt;</code>.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Vec3Hfr : IEquatable&lt;Vec3Hfr&gt;</code></pre>
</div>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a>&gt;</div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke&lt;TSrc&gt;(TSrc, Action&lt;TSrc&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke&lt;TSrc, TDst&gt;(TSrc, Func&lt;TSrc, TDst&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.MaskUtil.html#Hi_Common_MaskUtil_GetMaskedValue__1___0___0_System_Boolean_">MaskUtil.GetMaskedValue&lt;T&gt;(T, T, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Common.MaskUtil.html#Hi_Common_MaskUtil_SetMask__1___0____0_System_Boolean_">MaskUtil.SetMask&lt;T&gt;(ref T, T, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
<div>
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
</div>
<div>
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
</div>
</dd></dl>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Hi_Geom_Topo_Vec3Hfr__ctor_" data-uid="Hi.Geom.Topo.Vec3Hfr.#ctor*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr__ctor_Hi_Geom_Fraction_System_Decimal__Hi_Geom_Fraction_System_Decimal__Hi_Geom_Fraction_System_Decimal__" data-uid="Hi.Geom.Topo.Vec3Hfr.#ctor(Hi.Geom.Fraction{System.Decimal},Hi.Geom.Fraction{System.Decimal},Hi.Geom.Fraction{System.Decimal})">
Vec3Hfr(Fraction&lt;decimal&gt;, Fraction&lt;decimal&gt;, Fraction&lt;decimal&gt;)
</h3>
<div class="markdown level1 summary"><p>Initializes a new <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a> with three fraction components.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3Hfr(Fraction&lt;decimal&gt; x, Fraction&lt;decimal&gt; y, Fraction&lt;decimal&gt; z)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr__ctor_" data-uid="Hi.Geom.Topo.Vec3Hfr.#ctor*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr__ctor_Hi_Geom_Vec3d_System_Decimal_" data-uid="Hi.Geom.Topo.Vec3Hfr.#ctor(Hi.Geom.Vec3d,System.Decimal)">
Vec3Hfr(Vec3d, decimal)
</h3>
<div class="markdown level1 summary"><p>Initializes a new <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a> from a <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a> with the specified resolution.
Converts each double component to a fraction via Stern-Brocot approximation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3Hfr(Vec3d src, decimal resolution)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>src</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd><p>Source double-precision vector.</p>
</dd>
<dt><code>resolution</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a></dt>
<dd><p>Fraction approximation tolerance.</p>
</dd>
</dl>
<h2 class="section" id="fields">Fields
</h2>
<h3 id="Hi_Geom_Topo_Vec3Hfr_X" data-uid="Hi.Geom.Topo.Vec3Hfr.X">
X
</h3>
<div class="markdown level1 summary"><p>X component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Fraction&lt;decimal&gt; X</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Y" data-uid="Hi.Geom.Topo.Vec3Hfr.Y">
Y
</h3>
<div class="markdown level1 summary"><p>Y component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Fraction&lt;decimal&gt; Y</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Z" data-uid="Hi.Geom.Topo.Vec3Hfr.Z">
Z
</h3>
<div class="markdown level1 summary"><p>Z component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Fraction&lt;decimal&gt; Z</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_Geom_Topo_Vec3Hfr_Dot_" data-uid="Hi.Geom.Topo.Vec3Hfr.Dot*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Dot_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.Dot(Hi.Geom.Topo.Vec3Hfr)">
Dot(Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Dot product.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly Fraction&lt;decimal&gt; Dot(Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_Equals_" data-uid="Hi.Geom.Topo.Vec3Hfr.Equals*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Equals_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.Equals(Hi.Geom.Topo.Vec3Hfr)">
Equals(Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly bool Equals(Vec3Hfr other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd><p>An object to compare with this object.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_Equals_" data-uid="Hi.Geom.Topo.Vec3Hfr.Equals*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Equals_System_Object_" data-uid="Hi.Geom.Topo.Vec3Hfr.Equals(System.Object)">
Equals(object)
</h3>
<div class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override readonly bool Equals(object obj)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>obj</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
<dd><p>The object to compare with the current instance.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if <code class="paramref">obj</code> and this instance are the same type and represent the same value; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_Evaluate_" data-uid="Hi.Geom.Topo.Vec3Hfr.Evaluate*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Evaluate" data-uid="Hi.Geom.Topo.Vec3Hfr.Evaluate">
Evaluate()
</h3>
<div class="markdown level1 summary"><p>Evaluates all components.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3Hfr Evaluate()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_GetCross_" data-uid="Hi.Geom.Topo.Vec3Hfr.GetCross*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_GetCross_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.GetCross(Hi.Geom.Topo.Vec3Hfr)">
GetCross(Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Cross product: <code>this</code> x <code class="paramref">b</code>.
Corresponds to C++ <code>get_cross</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly Vec3Hfr GetCross(Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_GetHashCode_" data-uid="Hi.Geom.Topo.Vec3Hfr.GetHashCode*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_GetHashCode" data-uid="Hi.Geom.Topo.Vec3Hfr.GetHashCode">
GetHashCode()
</h3>
<div class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override readonly int GetHashCode()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd><p>A 32-bit signed integer that is the hash code for this instance.</p>
</dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_Pack_" data-uid="Hi.Geom.Topo.Vec3Hfr.Pack*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_Pack" data-uid="Hi.Geom.Topo.Vec3Hfr.Pack">
Pack()
</h3>
<div class="markdown level1 summary"><p>Packs (reduces) all components to irreducible form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3Hfr Pack()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_ToString_" data-uid="Hi.Geom.Topo.Vec3Hfr.ToString*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_ToString" data-uid="Hi.Geom.Topo.Vec3Hfr.ToString">
ToString()
</h3>
<div class="markdown level1 summary"><p>Returns the fully qualified type name of this instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override readonly string ToString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The fully qualified type name.</p>
</dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_ToVec3d_" data-uid="Hi.Geom.Topo.Vec3Hfr.ToVec3d*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_ToVec3d" data-uid="Hi.Geom.Topo.Vec3Hfr.ToVec3d">
ToVec3d()
</h3>
<div class="markdown level1 summary"><p>Converts to a <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a> by evaluating each fraction component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly Vec3d ToVec3d()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="operators">Operators
</h2>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Addition_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Addition*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Addition_Hi_Geom_Topo_Vec3Hfr_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Addition(Hi.Geom.Topo.Vec3Hfr,Hi.Geom.Topo.Vec3Hfr)">
operator +(Vec3Hfr, Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Addition.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vec3Hfr operator +(Vec3Hfr a, Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Equality_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Equality*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Equality_Hi_Geom_Topo_Vec3Hfr_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Equality(Hi.Geom.Topo.Vec3Hfr,Hi.Geom.Topo.Vec3Hfr)">
operator ==(Vec3Hfr, Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Equality operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator ==(Vec3Hfr a, Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Inequality_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Inequality*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Inequality_Hi_Geom_Topo_Vec3Hfr_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Inequality(Hi.Geom.Topo.Vec3Hfr,Hi.Geom.Topo.Vec3Hfr)">
operator !=(Vec3Hfr, Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Inequality operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator !=(Vec3Hfr a, Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Multiply_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Multiply*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Multiply_Hi_Geom_Fraction_System_Decimal__Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Multiply(Hi.Geom.Fraction{System.Decimal},Hi.Geom.Topo.Vec3Hfr)">
operator *(Fraction&lt;decimal&gt;, Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Scalar multiplication.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vec3Hfr operator *(Fraction&lt;decimal&gt; s, Vec3Hfr a)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>s</code> <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Multiply_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Multiply*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Multiply_Hi_Geom_Topo_Vec3Hfr_Hi_Geom_Fraction_System_Decimal__" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Multiply(Hi.Geom.Topo.Vec3Hfr,Hi.Geom.Fraction{System.Decimal})">
operator *(Vec3Hfr, Fraction&lt;decimal&gt;)
</h3>
<div class="markdown level1 summary"><p>Scalar multiplication.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vec3Hfr operator *(Vec3Hfr a, Fraction&lt;decimal&gt; s)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
<dt><code>s</code> <a class="xref" href="Hi.Geom.Fraction-1.html">Fraction</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>&gt;</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_Subtraction_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Subtraction*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_Subtraction_Hi_Geom_Topo_Vec3Hfr_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_Subtraction(Hi.Geom.Topo.Vec3Hfr,Hi.Geom.Topo.Vec3Hfr)">
operator -(Vec3Hfr, Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Subtraction.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vec3Hfr operator -(Vec3Hfr a, Vec3Hfr b)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
<dt><code>b</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_Topo_Vec3Hfr_op_UnaryNegation_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_UnaryNegation*"></a>
<h3 id="Hi_Geom_Topo_Vec3Hfr_op_UnaryNegation_Hi_Geom_Topo_Vec3Hfr_" data-uid="Hi.Geom.Topo.Vec3Hfr.op_UnaryNegation(Hi.Geom.Topo.Vec3Hfr)">
operator -(Vec3Hfr)
</h3>
<div class="markdown level1 summary"><p>Negation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vec3Hfr operator -(Vec3Hfr a)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>a</code> <a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Topo.Vec3Hfr.html">Vec3Hfr</a></dt>
<dd></dd>
</dl>
</article>
<div class="contribution d-print-none">
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
</div>
</div>
</footer>
</body>
</html>