mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
1280 lines
61 KiB
HTML
1280 lines
61 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<!--[if IE]><![endif]-->
|
|||
|
<html>
|
|||
|
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|||
|
<title>Struct Line3D
|
|||
|
| X10D </title>
|
|||
|
<meta name="viewport" content="width=device-width">
|
|||
|
<meta name="title" content="Struct Line3D
|
|||
|
| X10D ">
|
|||
|
<meta name="generator" content="docfx 2.56.7.0">
|
|||
|
|
|||
|
<link rel="shortcut icon" href="../images/favicon.png">
|
|||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|||
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
|
|||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous">
|
|||
|
<link rel="stylesheet" href="../styles/config.css">
|
|||
|
<link rel="stylesheet" href="../styles/discord.css">
|
|||
|
<link rel="stylesheet" href="../styles/singulink.css">
|
|||
|
<link rel="stylesheet" href="../styles/main.css">
|
|||
|
<meta property="docfx:navrel" content="../toc.html">
|
|||
|
<meta property="docfx:tocrel" content="toc.html">
|
|||
|
|
|||
|
<meta property="docfx:rel" content="../">
|
|||
|
<meta property="docfx:newtab" content="true">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="top-navbar">
|
|||
|
<a class="burger-icon" onclick="toggleMenu()">
|
|||
|
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg>
|
|||
|
</a>
|
|||
|
|
|||
|
|
|||
|
<a class="brand" href="../index.html">
|
|||
|
<img src="../images/favicon.png" alt="X10D" class="logomark">
|
|||
|
<span class="brand-title">X10D</span>
|
|||
|
</a> </div>
|
|||
|
|
|||
|
<div class="body-content">
|
|||
|
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
|
|||
|
|
|||
|
<nav id="sidebar" role="navigation">
|
|||
|
<div class="sidebar">
|
|||
|
|
|||
|
<div>
|
|||
|
<div class="mobile-hide">
|
|||
|
|
|||
|
<a class="brand" href="../index.html">
|
|||
|
<img src="../images/favicon.png" alt="X10D" class="logomark">
|
|||
|
<span class="brand-title">X10D</span>
|
|||
|
</a> </div>
|
|||
|
|
|||
|
<div class="sidesearch">
|
|||
|
<form id="search" role="search" class="search">
|
|||
|
<i class="bi bi-search search-icon"></i>
|
|||
|
<input type="text" id="search-query" placeholder="Search" autocomplete="off">
|
|||
|
</form>
|
|||
|
</div>
|
|||
|
|
|||
|
<div id="navbar">
|
|||
|
</div>
|
|||
|
</div> <div class="sidebar-item-separator"></div>
|
|||
|
|
|||
|
<div id="sidetoggle">
|
|||
|
<div id="sidetoc"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="footer">
|
|||
|
<strong>DocFX + Singulink = ♥</strong>
|
|||
|
|
|||
|
</div> </nav>
|
|||
|
|
|||
|
<main class="main-panel">
|
|||
|
|
|||
|
<div id="search-results" style="display: none;">
|
|||
|
<h1 class="search-list">Search Results for <span></span></h1>
|
|||
|
<div class="sr-items">
|
|||
|
<p><i class="bi bi-hourglass-split index-loading"></i></p>
|
|||
|
</div>
|
|||
|
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
|
|||
|
</div>
|
|||
|
<div role="main" class="hide-when-search">
|
|||
|
|
|||
|
<div class="subnav navbar navbar-default">
|
|||
|
<div class="container hide-when-search" id="breadcrumb">
|
|||
|
<ul class="breadcrumb">
|
|||
|
<li></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<article class="content wrap" id="_content" data-uid="X10D.Drawing.Line3D">
|
|||
|
|
|||
|
|
|||
|
<h1 id="X10D_Drawing_Line3D" data-uid="X10D.Drawing.Line3D" class="text-break">Struct Line3D
|
|||
|
</h1>
|
|||
|
<div class="markdown level0 summary"><p>Represents a line in 3D space that is composed of single-precision floating-point X, Y and Z coordinates.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level0 conceptual"></div>
|
|||
|
<div classs="implements">
|
|||
|
<h5>Implements</h5>
|
|||
|
<div><span class="xref">IEquatable</span><<a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>></div>
|
|||
|
<div><span class="xref">IComparable</span><<a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>></div>
|
|||
|
<div><span class="xref">IComparable</span></div>
|
|||
|
</div>
|
|||
|
<h6><strong>Namespace</strong>: <a class="xref" href="X10D.Drawing.html">X10D.Drawing</a></h6>
|
|||
|
<h6><strong>Assembly</strong>: X10D.dll</h6>
|
|||
|
<h5 id="X10D_Drawing_Line3D_syntax">Syntax</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public struct Line3D : IEquatable<Line3D>, IComparable<Line3D>, IComparable</code></pre>
|
|||
|
</div>
|
|||
|
<h3 id="constructors">Constructors
|
|||
|
</h3>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D__ctor_Vector3__Vector3__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.%23ctor(Vector3%40%2CVector3%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L41">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D__ctor_" data-uid="X10D.Drawing.Line3D.#ctor*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D__ctor_Vector3__Vector3__" data-uid="X10D.Drawing.Line3D.#ctor(Vector3@,Vector3@)">Line3D(Vector3, Vector3)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a> struct by taking the start and end points.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public Line3D(in Vector3 start, in Vector3 end)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">Vector3</span></td>
|
|||
|
<td><span class="parametername">start</span></td>
|
|||
|
<td><p>The start point.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">Vector3</span></td>
|
|||
|
<td><span class="parametername">end</span></td>
|
|||
|
<td><p>The end point.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h3 id="fields">Fields
|
|||
|
</h3>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_Empty.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.Empty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L14">View Source</a>
|
|||
|
</span>
|
|||
|
<h4 id="X10D_Drawing_Line3D_Empty" data-uid="X10D.Drawing.Line3D.Empty">Empty</h4>
|
|||
|
<div class="markdown level1 summary"><p>The empty line. That is, a line whose start and end points are at (0, 0).</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static readonly Line3D Empty</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="fieldValue">Field Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_One.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.One%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L19">View Source</a>
|
|||
|
</span>
|
|||
|
<h4 id="X10D_Drawing_Line3D_One" data-uid="X10D.Drawing.Line3D.One">One</h4>
|
|||
|
<div class="markdown level1 summary"><p>The line whose start point is at (0, 0, 0) and end point is at (1, 1, 1).</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static readonly Line3D One</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="fieldValue">Field Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_UnitX.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.UnitX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L24">View Source</a>
|
|||
|
</span>
|
|||
|
<h4 id="X10D_Drawing_Line3D_UnitX" data-uid="X10D.Drawing.Line3D.UnitX">UnitX</h4>
|
|||
|
<div class="markdown level1 summary"><p>The line whose start point is at (0, 0, 0) and end point is at (1, 0, 0).</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static readonly Line3D UnitX</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="fieldValue">Field Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_UnitY.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.UnitY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L29">View Source</a>
|
|||
|
</span>
|
|||
|
<h4 id="X10D_Drawing_Line3D_UnitY" data-uid="X10D.Drawing.Line3D.UnitY">UnitY</h4>
|
|||
|
<div class="markdown level1 summary"><p>The line whose start point is at (0, 0, 0) and end point is at (0, 1, 0).</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static readonly Line3D UnitY</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="fieldValue">Field Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_UnitZ.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.UnitZ%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L34">View Source</a>
|
|||
|
</span>
|
|||
|
<h4 id="X10D_Drawing_Line3D_UnitZ" data-uid="X10D.Drawing.Line3D.UnitZ">UnitZ</h4>
|
|||
|
<div class="markdown level1 summary"><p>The line whose start point is at (0, 0, 0) and end point is at (0, 0, 1).</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static readonly Line3D UnitZ</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="fieldValue">Field Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h3 id="properties">Properties
|
|||
|
</h3>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_End.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.End%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L51">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_End_" data-uid="X10D.Drawing.Line3D.End*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_End" data-uid="X10D.Drawing.Line3D.End">End</h4>
|
|||
|
<div class="markdown level1 summary"><p>Gets the end point of the line.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public Vector3 End { get; }</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="propertyValue">Property Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">Vector3</span></td>
|
|||
|
<td><p>The end point.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_Length.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L57">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_Length_" data-uid="X10D.Drawing.Line3D.Length*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_Length" data-uid="X10D.Drawing.Line3D.Length">Length</h4>
|
|||
|
<div class="markdown level1 summary"><p>Gets the length of this line.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public float Length { get; }</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="propertyValue">Property Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Single</span></td>
|
|||
|
<td><p>The length.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_LengthSquared.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.LengthSquared%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L66">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_LengthSquared_" data-uid="X10D.Drawing.Line3D.LengthSquared*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_LengthSquared" data-uid="X10D.Drawing.Line3D.LengthSquared">LengthSquared</h4>
|
|||
|
<div class="markdown level1 summary"><p>Gets the length of this line, squared.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public float LengthSquared { get; }</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="propertyValue">Property Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Single</span></td>
|
|||
|
<td><p>The squared length.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_Start.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.Start%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L75">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_Start_" data-uid="X10D.Drawing.Line3D.Start*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_Start" data-uid="X10D.Drawing.Line3D.Start">Start</h4>
|
|||
|
<div class="markdown level1 summary"><p>Gets the start point of the line.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public Vector3 Start { get; }</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="propertyValue">Property Value</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">Vector3</span></td>
|
|||
|
<td><p>The start point.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h3 id="methods">Methods
|
|||
|
</h3>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_CompareTo_System_Nullable_System_Object__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.CompareTo(System.Nullable%7BSystem.Object%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L244">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_CompareTo_" data-uid="X10D.Drawing.Line3D.CompareTo*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_CompareTo_System_Nullable_System_Object__" data-uid="X10D.Drawing.Line3D.CompareTo(System.Nullable{System.Object})">CompareTo(Nullable<Object>)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Compares this instance to another object.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public int CompareTo(object? obj)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Nullable</span><<span class="xref">System.Object</span>></td>
|
|||
|
<td><span class="parametername">obj</span></td>
|
|||
|
<td><p>The object with with which to compare</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Int32</span></td>
|
|||
|
<td><p>A signed number indicating the relative values of this instance and <code data-dev-comment-type="paramref" class="paramref">obj</code>.</p>
|
|||
|
<table><thead><tr><th>Return value</th><th>Meaning</th></tr></thead><tbody><tr><td>Less than zero</td><td>
|
|||
|
The <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of this instance is less than that of <code data-dev-comment-type="paramref" class="paramref">obj</code>.
|
|||
|
</td></tr><tr><td>Zero</td><td>
|
|||
|
This instance is equal to <code data-dev-comment-type="paramref" class="paramref">obj</code>, or the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of both this instance
|
|||
|
and <code data-dev-comment-type="paramref" class="paramref">obj</code> are not a number (<see cref="!:float.NaN"></see>),
|
|||
|
<see cref="!:float.PositiveInfinity"></see>, or <see cref="!:float.NegativeInfinity"></see>.
|
|||
|
</td></tr><tr><td>Greater than zero</td><td>
|
|||
|
The <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of this instance is greater than that of <code data-dev-comment-type="paramref" class="paramref">obj</code>.
|
|||
|
</td></tr></tbody></table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 id="X10D_Drawing_Line3D_CompareTo_System_Nullable_System_Object___remarks">Remarks</h5>
|
|||
|
<div class="markdown level1 remarks"><p>Comparison internally measures the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_LengthSquared">LengthSquared</a> property to avoid calls to <see cref="!:MathF.Sqrt"></see>.
|
|||
|
<exception cref="!:ArgumentException"><code data-dev-comment-type="paramref" class="paramref">obj</code> is not an instance of <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>.</exception></p>
|
|||
|
</div>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_CompareTo_X10D_Drawing_Line3D_.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.CompareTo(X10D.Drawing.Line3D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L297">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_CompareTo_" data-uid="X10D.Drawing.Line3D.CompareTo*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_CompareTo_X10D_Drawing_Line3D_" data-uid="X10D.Drawing.Line3D.CompareTo(X10D.Drawing.Line3D)">CompareTo(Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Compares this instance to another <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public int CompareTo(Line3D other)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">other</span></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Int32</span></td>
|
|||
|
<td><p>A signed number indicating the relative values of this instance and <code data-dev-comment-type="paramref" class="paramref">other</code>.</p>
|
|||
|
<table><thead><tr><th>Return value</th><th>Meaning</th></tr></thead><tbody><tr><td>Less than zero</td><td>
|
|||
|
The <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of this instance is less than that of <code data-dev-comment-type="paramref" class="paramref">other</code>.
|
|||
|
</td></tr><tr><td>Zero</td><td>
|
|||
|
This instance is equal to <code data-dev-comment-type="paramref" class="paramref">other</code>, or the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of both this instance
|
|||
|
and <code data-dev-comment-type="paramref" class="paramref">other</code> are not a number (<see cref="!:float.NaN"></see>),
|
|||
|
<see cref="!:float.PositiveInfinity"></see>, or <see cref="!:float.NegativeInfinity"></see>.
|
|||
|
</td></tr><tr><td>Greater than zero</td><td>
|
|||
|
The <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of this instance is greater than that of <code data-dev-comment-type="paramref" class="paramref">other</code>.
|
|||
|
</td></tr></tbody></table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 id="X10D_Drawing_Line3D_CompareTo_X10D_Drawing_Line3D__remarks">Remarks</h5>
|
|||
|
<div class="markdown level1 remarks"><p>Comparison internally measures the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_LengthSquared">LengthSquared</a> property to avoid calls to <see cref="!:MathF.Sqrt"></see>.</p>
|
|||
|
</div>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_Equals_System_Nullable_System_Object__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.Equals(System.Nullable%7BSystem.Object%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L303">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_Equals_" data-uid="X10D.Drawing.Line3D.Equals*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_Equals_System_Nullable_System_Object__" data-uid="X10D.Drawing.Line3D.Equals(System.Nullable{System.Object})">Equals(Nullable<Object>)</h4>
|
|||
|
<div class="markdown level1 summary"></div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public override bool Equals(object? obj)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Nullable</span><<span class="xref">System.Object</span>></td>
|
|||
|
<td><span class="parametername">obj</span></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_Equals_X10D_Drawing_Line3D_.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.Equals(X10D.Drawing.Line3D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L316">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_Equals_" data-uid="X10D.Drawing.Line3D.Equals*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_Equals_X10D_Drawing_Line3D_" data-uid="X10D.Drawing.Line3D.Equals(X10D.Drawing.Line3D)">Equals(Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether this instance and another instance are equal.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public bool Equals(Line3D other)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">other</span></td>
|
|||
|
<td><p>The instance with which to compare.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if this instance and <code data-dev-comment-type="paramref" class="paramref">other</code> are considered equal; otherwise,
|
|||
|
<span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_FromLine_X10D_Drawing_Line__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.FromLine(X10D.Drawing.Line%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L186">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_FromLine_" data-uid="X10D.Drawing.Line3D.FromLine*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_FromLine_X10D_Drawing_Line__" data-uid="X10D.Drawing.Line3D.FromLine(X10D.Drawing.Line@)">FromLine(Line)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Converts a <a class="xref" href="X10D.Drawing.Line.html">Line</a> to a <a class="xref" href="X10D.Drawing.LineF.html">LineF</a>.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static Line3D FromLine(in Line line)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line.html">Line</a></td>
|
|||
|
<td><span class="parametername">line</span></td>
|
|||
|
<td><p>The line to convert.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><p>The converted line.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_FromLineF_X10D_Drawing_LineF__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.FromLineF(X10D.Drawing.LineF%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L198">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_FromLineF_" data-uid="X10D.Drawing.Line3D.FromLineF*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_FromLineF_X10D_Drawing_LineF__" data-uid="X10D.Drawing.Line3D.FromLineF(X10D.Drawing.LineF@)">FromLineF(LineF)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Converts a <a class="xref" href="X10D.Drawing.LineF.html">LineF</a> to a <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static Line3D FromLineF(in LineF line)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.LineF.html">LineF</a></td>
|
|||
|
<td><span class="parametername">line</span></td>
|
|||
|
<td><p>The line to convert.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><p>The converted line.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_GetHashCode.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L322">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_GetHashCode_" data-uid="X10D.Drawing.Line3D.GetHashCode*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_GetHashCode" data-uid="X10D.Drawing.Line3D.GetHashCode">GetHashCode()</h4>
|
|||
|
<div class="markdown level1 summary"></div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Int32</span></td>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h3 id="operators">Operators
|
|||
|
</h3>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_Equality_X10D_Drawing_Line3D_X10D_Drawing_Line3D_.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_Equality(X10D.Drawing.Line3D%2CX10D.Drawing.Line3D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L86">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_Equality_" data-uid="X10D.Drawing.Line3D.op_Equality*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_Equality_X10D_Drawing_Line3D_X10D_Drawing_Line3D_" data-uid="X10D.Drawing.Line3D.op_Equality(X10D.Drawing.Line3D,X10D.Drawing.Line3D)">Equality(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether two instances of <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a> are equal.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator ==(Line3D left, Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if <code data-dev-comment-type="paramref" class="paramref">left</code> and <code data-dev-comment-type="paramref" class="paramref">right</code> are considered equal; otherwise,
|
|||
|
<span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_GreaterThan_X10D_Drawing_Line3D__X10D_Drawing_Line3D__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_GreaterThan(X10D.Drawing.Line3D%40%2CX10D.Drawing.Line3D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L128">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_GreaterThan_" data-uid="X10D.Drawing.Line3D.op_GreaterThan*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_GreaterThan_X10D_Drawing_Line3D__X10D_Drawing_Line3D__" data-uid="X10D.Drawing.Line3D.op_GreaterThan(X10D.Drawing.Line3D@,X10D.Drawing.Line3D@)">GreaterThan(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether the length of one line is greater than that of another.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator>(in Line3D left, in Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of <code data-dev-comment-type="paramref" class="paramref">left</code> is greater than that of
|
|||
|
<code data-dev-comment-type="paramref" class="paramref">right</code>; otherwise, <span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_GreaterThanOrEqual_X10D_Drawing_Line3D__X10D_Drawing_Line3D__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_GreaterThanOrEqual(X10D.Drawing.Line3D%40%2CX10D.Drawing.Line3D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L156">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_GreaterThanOrEqual_" data-uid="X10D.Drawing.Line3D.op_GreaterThanOrEqual*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_GreaterThanOrEqual_X10D_Drawing_Line3D__X10D_Drawing_Line3D__" data-uid="X10D.Drawing.Line3D.op_GreaterThanOrEqual(X10D.Drawing.Line3D@,X10D.Drawing.Line3D@)">GreaterThanOrEqual(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether the length of one line is greater than or equal to that of another.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator >=(in Line3D left, in Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of <code data-dev-comment-type="paramref" class="paramref">left</code> is greater than or equal to that of
|
|||
|
<code data-dev-comment-type="paramref" class="paramref">right</code>; otherwise, <span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_Implicit_X10D_Drawing_Line___X10D_Drawing_Line3D.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_Implicit(X10D.Drawing.Line%40)~X10D.Drawing.Line3D%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L166">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_Implicit_" data-uid="X10D.Drawing.Line3D.op_Implicit*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_Implicit_X10D_Drawing_Line___X10D_Drawing_Line3D" data-uid="X10D.Drawing.Line3D.op_Implicit(X10D.Drawing.Line@)~X10D.Drawing.Line3D">Implicit(Line to Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Implicitly converts a <a class="xref" href="X10D.Drawing.Line.html">Line</a> to a <a class="xref" href="X10D.Drawing.LineF.html">LineF</a>.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static implicit operator Line3D(in Line line)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line.html">Line</a></td>
|
|||
|
<td><span class="parametername">line</span></td>
|
|||
|
<td><p>The line to convert.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><p>The converted line.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_Implicit_X10D_Drawing_LineF___X10D_Drawing_Line3D.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_Implicit(X10D.Drawing.LineF%40)~X10D.Drawing.Line3D%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L176">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_Implicit_" data-uid="X10D.Drawing.Line3D.op_Implicit*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_Implicit_X10D_Drawing_LineF___X10D_Drawing_Line3D" data-uid="X10D.Drawing.Line3D.op_Implicit(X10D.Drawing.LineF@)~X10D.Drawing.Line3D">Implicit(LineF to Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Implicitly converts a <a class="xref" href="X10D.Drawing.LineF.html">LineF</a> to a <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a>.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static implicit operator Line3D(in LineF line)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.LineF.html">LineF</a></td>
|
|||
|
<td><span class="parametername">line</span></td>
|
|||
|
<td><p>The line to convert.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><p>The converted line.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_Inequality_X10D_Drawing_Line3D_X10D_Drawing_Line3D_.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_Inequality(X10D.Drawing.Line3D%2CX10D.Drawing.Line3D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L100">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_Inequality_" data-uid="X10D.Drawing.Line3D.op_Inequality*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_Inequality_X10D_Drawing_Line3D_X10D_Drawing_Line3D_" data-uid="X10D.Drawing.Line3D.op_Inequality(X10D.Drawing.Line3D,X10D.Drawing.Line3D)">Inequality(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether two instances of <a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a> are not equal.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator !=(Line3D left, Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if <code data-dev-comment-type="paramref" class="paramref">left</code> and <code data-dev-comment-type="paramref" class="paramref">right</code> are considered not equal; otherwise,
|
|||
|
<span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_LessThan_X10D_Drawing_Line3D__X10D_Drawing_Line3D__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_LessThan(X10D.Drawing.Line3D%40%2CX10D.Drawing.Line3D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L114">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_LessThan_" data-uid="X10D.Drawing.Line3D.op_LessThan*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_LessThan_X10D_Drawing_Line3D__X10D_Drawing_Line3D__" data-uid="X10D.Drawing.Line3D.op_LessThan(X10D.Drawing.Line3D@,X10D.Drawing.Line3D@)">LessThan(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether the length of one line is less than that of another.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator <(in Line3D left, in Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of <code data-dev-comment-type="paramref" class="paramref">left</code> is less than that of
|
|||
|
<code data-dev-comment-type="paramref" class="paramref">right</code>; otherwise, <span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<span class="divider">|</span>
|
|||
|
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Drawing_Line3D_op_LessThanOrEqual_X10D_Drawing_Line3D__X10D_Drawing_Line3D__.md&value=---%0Auid%3A%20X10D.Drawing.Line3D.op_LessThanOrEqual(X10D.Drawing.Line3D%40%2CX10D.Drawing.Line3D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|||
|
</span>
|
|||
|
<span class="small pull-right mobile-hide">
|
|||
|
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Drawing/Line3D.cs/#L142">View Source</a>
|
|||
|
</span>
|
|||
|
<a id="X10D_Drawing_Line3D_op_LessThanOrEqual_" data-uid="X10D.Drawing.Line3D.op_LessThanOrEqual*"></a>
|
|||
|
<h4 id="X10D_Drawing_Line3D_op_LessThanOrEqual_X10D_Drawing_Line3D__X10D_Drawing_Line3D__" data-uid="X10D.Drawing.Line3D.op_LessThanOrEqual(X10D.Drawing.Line3D@,X10D.Drawing.Line3D@)">LessThanOrEqual(Line3D, Line3D)</h4>
|
|||
|
<div class="markdown level1 summary"><p>Returns a value indicating whether the length of one line is less than or equal to that of another.</p>
|
|||
|
</div>
|
|||
|
<div class="markdown level1 conceptual"></div>
|
|||
|
<h5 class="decalaration">Declaration</h5>
|
|||
|
<div class="codewrapper">
|
|||
|
<pre><code class="lang-csharp hljs">public static bool operator <=(in Line3D left, in Line3D right)</code></pre>
|
|||
|
</div>
|
|||
|
<h5 class="parameters">Parameters</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Name</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">left</span></td>
|
|||
|
<td><p>The first instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></td>
|
|||
|
<td><span class="parametername">right</span></td>
|
|||
|
<td><p>The second instance.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h5 class="returns">Returns</h5>
|
|||
|
<table class="table table-bordered table-striped table-condensed">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>Type</th>
|
|||
|
<th>Description</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody>
|
|||
|
<tr>
|
|||
|
<td><span class="xref">System.Boolean</span></td>
|
|||
|
<td><p><span class="xref">true</span> if the <a class="xref" href="X10D.Drawing.Line3D.html#X10D_Drawing_Line3D_Length">Length</a> of <code data-dev-comment-type="paramref" class="paramref">left</code> is less than or equal to that of
|
|||
|
<code data-dev-comment-type="paramref" class="paramref">right</code>; otherwise, <span class="xref">false</span>.</p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</tbody>
|
|||
|
</table>
|
|||
|
<h3 id="implements">Implements</h3>
|
|||
|
<div>
|
|||
|
<span class="xref">IEquatable<></span>
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<span class="xref">IComparable<></span>
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<span class="xref">IComparable</span>
|
|||
|
</div>
|
|||
|
<h3 id="extensionmethods">Extension Methods</h3>
|
|||
|
<div>
|
|||
|
<a class="xref" href="X10D.Core.Extensions.html#X10D_Core_Extensions_AsArrayValue__1___0_">Extensions.AsArrayValue<T>(T)</a>
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<a class="xref" href="X10D.Core.Extensions.html#X10D_Core_Extensions_AsEnumerableValue__1___0_">Extensions.AsEnumerableValue<T>(T)</a>
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<a class="xref" href="X10D.Core.Extensions.html#X10D_Core_Extensions_RepeatValue__1___0_System_Int32_">Extensions.RepeatValue<T>(T, Int32)</a>
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<a class="xref" href="X10D.Text.Extensions.html#X10D_Text_Extensions_ToJson__1___0_System_Nullable_JsonSerializerOptions__">Extensions.ToJson<T>(T, Nullable<JsonSerializerOptions>)</a>
|
|||
|
</div>
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="copyright-footer">
|
|||
|
<span>© Singulink. All rights reserved.</span>
|
|||
|
</div>
|
|||
|
</main>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
|||
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|||
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
|||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
|
|||
|
<script type="text/javascript" src="../styles/jquery.twbsPagination.js"></script>
|
|||
|
<script type="text/javascript" src="../styles/url.min.js"></script>
|
|||
|
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
|
|||
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
|||
|
<script type="text/javascript" src="../styles/singulink.js"></script>
|
|||
|
<script type="text/javascript" src="../styles/main.js"></script> </body>
|
|||
|
</html>
|