Html docs with redirecting index.html
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>LocationArea</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/LocationArea/LocationArea/#org.bukkit.Location#org.bukkit.Location/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">LocationArea</a>/<a href="-location-area.html">LocationArea</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="locationarea"></a><span>Location</span><wbr></wbr><span>Area</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-location-area.html">LocationArea</a>(loc1: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, loc2: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: LocationArea -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md)/[LocationArea](-location-area.md)
|
||||
|
||||
|
||||
|
||||
# LocationArea
|
||||
[jvm]
|
||||
Content
|
||||
fun [LocationArea](-location-area.md)(loc1: Location, loc2: Location)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,387 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>LocationArea</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/LocationArea///PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">LocationArea</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="locationarea"></a><span>Location</span><wbr></wbr><span>Area</span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">class <a href="index.html">LocationArea</a>(loc1: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, loc2: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Extensions">Extensions</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class=""><a data-name="functions"></a>Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open operator override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/hashCode/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/hashCode/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="is-in-area.html">isInArea</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="is-in-area.html">isInArea</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, check3d: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>, tolerance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/toString/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/toString/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="properties"></a>Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/">loc1</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">var <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/">loc1</a>: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/">loc2</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">var <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/">loc2</a>: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/">maxLoc</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/">maxLoc</a>: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/">minLoc</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/">minLoc</a>: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/">simpleLocationPair</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">var <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/">simpleLocationPair</a>: <a href="../-simple-location-pair/index.html">SimpleLocationPair</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/">touchedChunks</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/">touchedChunks</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html">Set</a><<span data-unresolved-link="org.bukkit/Chunk///PointingToDeclaration/">Chunk</span>><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/">world</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/">world</a>: <span data-unresolved-link="org.bukkit/World///PointingToDeclaration/">World</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="tabbedcontent"><a data-name="extensions"></a>Extensions</h2>
|
||||
<div class="table" data-togglable="Extensions"><a data-name="net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.structures/index.html#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/">entities</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html">LocationArea</a>.<a href="../../net.axay.kspigot.structures/index.html#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/">entities</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html">Set</a><<span data-unresolved-link="org.bukkit.entity/Entity///PointingToDeclaration/">Entity</span>><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.structures/index.html#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/">fillBlocks</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html">LocationArea</a>.<a href="../../net.axay.kspigot.structures/index.html#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/">fillBlocks</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html">Set</a><<span data-unresolved-link="org.bukkit.block/Block///PointingToDeclaration/">Block</span>><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.structures//loadStructure/net.axay.kspigot.extensions.geometry.LocationArea#kotlin.Boolean#kotlin.Boolean/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.structures/load-structure.html">loadStructure</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.structures//loadStructure/net.axay.kspigot.extensions.geometry.LocationArea#kotlin.Boolean#kotlin.Boolean/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="index.html">LocationArea</a>.<a href="../../net.axay.kspigot.structures/load-structure.html">loadStructure</a>(includeBlocks: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>, includeEntities: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>): <a href="../../net.axay.kspigot.structures/-structure/index.html">Structure</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,42 +0,0 @@
|
||||
---
|
||||
title: LocationArea -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md)
|
||||
|
||||
|
||||
|
||||
# LocationArea
|
||||
[jvm] class [LocationArea](index.md)(**loc1**: Location, **loc2**: Location)
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [isInArea](is-in-area.md)| [jvm] <br>Content <br>fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [loc1](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/)| [jvm] var [loc1](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/): Location <br>
|
||||
| [loc2](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/)| [jvm] var [loc2](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/): Location <br>
|
||||
| [maxLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/)| [jvm] val [maxLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/): Location <br>
|
||||
| [minLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/)| [jvm] val [minLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/): Location <br>
|
||||
| [simpleLocationPair](index.md#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/)| [jvm] var [simpleLocationPair](index.md#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/): [SimpleLocationPair](../-simple-location-pair/index.md) <br>
|
||||
| [touchedChunks](index.md#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/)| [jvm] val [touchedChunks](index.md#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<Chunk> <br>
|
||||
| [world](index.md#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/)| [jvm] val [world](index.md#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/): World <br>
|
||||
|
||||
|
||||
## Extensions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [entities](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm] <br>Content <br>val [LocationArea](index.md).[entities](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<Entity> <br><br><br>
|
||||
| [fillBlocks](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm] <br>Content <br>val [LocationArea](index.md).[fillBlocks](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<Block> <br><br><br>
|
||||
| [loadStructure](../../net.axay.kspigot.structures/load-structure.md)| [jvm] <br>Content <br>fun [LocationArea](index.md).[loadStructure](../../net.axay.kspigot.structures/load-structure.md)(includeBlocks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), includeEntities: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../../net.axay.kspigot.structures/-structure/index.md) <br><br><br>
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>isInArea</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/LocationArea/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">LocationArea</a>/<a href="is-in-area.html">isInArea</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="isinarea"></a><span>is</span><wbr></wbr><span>In</span><wbr></wbr><span>Area</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="is-in-area.html">isInArea</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, check3d: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>, tolerance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: isInArea -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md)/[isInArea](is-in-area.md)
|
||||
|
||||
|
||||
|
||||
# isInArea
|
||||
[jvm]
|
||||
Content
|
||||
fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleChunkLocation</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/SimpleChunkLocation/#kotlin.Int#kotlin.Int/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleChunkLocation</a>/<a href="-simple-chunk-location.html">SimpleChunkLocation</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplechunklocation"></a><span>Simple</span><wbr></wbr><span>Chunk</span><wbr></wbr><span>Location</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-simple-chunk-location.html">SimpleChunkLocation</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: SimpleChunkLocation -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[SimpleChunkLocation](-simple-chunk-location.md)
|
||||
|
||||
|
||||
|
||||
# SimpleChunkLocation
|
||||
[jvm]
|
||||
Content
|
||||
fun [SimpleChunkLocation](-simple-chunk-location.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component1</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component1/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleChunkLocation</a>/<a href="component1.html">component1</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component1"></a><span>component1</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component1 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[component1](component1.md)
|
||||
|
||||
|
||||
|
||||
# component1
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component2</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component2/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleChunkLocation</a>/<a href="component2.html">component2</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component2"></a><span>component2</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component2 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[component2](component2.md)
|
||||
|
||||
|
||||
|
||||
# component2
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>copy</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/copy/#kotlin.Int#kotlin.Int/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleChunkLocation</a>/<a href="copy.html">copy</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="copy"></a><span>copy</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="index.html">SimpleChunkLocation</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: copy -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[copy](copy.md)
|
||||
|
||||
|
||||
|
||||
# copy
|
||||
[jvm]
|
||||
Content
|
||||
fun [copy](copy.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [SimpleChunkLocation](index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,282 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleChunkLocation</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleChunkLocation///PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleChunkLocation</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplechunklocation"></a><span>Simple</span><wbr></wbr><span>Chunk</span><wbr></wbr><span>Location</span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">data class <a href="index.html">SimpleChunkLocation</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Extensions">Extensions</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class=""><a data-name="functions"></a>Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component1/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component1.html">component1</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component1/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component2/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component2.html">component2</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/component2/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/copy/#kotlin.Int#kotlin.Int/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="copy.html">copy</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/copy/#kotlin.Int#kotlin.Int/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="index.html">SimpleChunkLocation</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open operator override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/hashCode/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/hashCode/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/toString/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/toString/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="properties"></a>Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/">x</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/">x</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/">z</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/">z</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="tabbedcontent"><a data-name="extensions"></a>Extensions</h2>
|
||||
<div class="table" data-togglable="Extensions"><a data-name="net.axay.kspigot.extensions.geometry//withWorld/net.axay.kspigot.extensions.geometry.SimpleChunkLocation#org.bukkit.World/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../with-world.html">withWorld</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry//withWorld/net.axay.kspigot.extensions.geometry.SimpleChunkLocation#org.bukkit.World/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="index.html">SimpleChunkLocation</a>.<a href="../with-world.html">withWorld</a>(world: <span data-unresolved-link="org.bukkit/World///PointingToDeclaration/">World</span>): <span data-unresolved-link="org.bukkit/Chunk///PointingToDeclaration/">Chunk</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,37 +0,0 @@
|
||||
---
|
||||
title: SimpleChunkLocation -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)
|
||||
|
||||
|
||||
|
||||
# SimpleChunkLocation
|
||||
[jvm] data class [SimpleChunkLocation](index.md)(**x**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **z**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [component1](component1.md)| [jvm] <br>Content <br>operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [component2](component2.md)| [jvm] <br>Content <br>operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [copy](copy.md)| [jvm] <br>Content <br>fun [copy](copy.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [SimpleChunkLocation](index.md) <br><br><br>
|
||||
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>
|
||||
| [z](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/)| [jvm] val [z](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>
|
||||
|
||||
|
||||
## Extensions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [withWorld](../with-world.md)| [jvm] <br>Content <br>fun [SimpleChunkLocation](index.md).[withWorld](../with-world.md)(world: World): Chunk <br><br><br>
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocationPair</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocationPair/SimpleLocationPair/#org.bukkit.Location#org.bukkit.Location/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocationPair</a>/<a href="-simple-location-pair.html">SimpleLocationPair</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocationpair"></a><span>Simple</span><wbr></wbr><span>Location</span><wbr></wbr><span>Pair</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location-pair.html">SimpleLocationPair</a>(loc1: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, loc2: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: SimpleLocationPair -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md)/[SimpleLocationPair](-simple-location-pair.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocationPair
|
||||
[jvm]
|
||||
Content
|
||||
fun [SimpleLocationPair](-simple-location-pair.md)(loc1: Location, loc2: Location)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,244 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocationPair</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocationPair///PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocationPair</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocationpair"></a><span>Simple</span><wbr></wbr><span>Location</span><wbr></wbr><span>Pair</span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">class <a href="index.html">SimpleLocationPair</a>(loc1: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, loc2: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class=""><a data-name="functions"></a>Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open operator override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/hashCode/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/hashCode/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocationPair/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="is-in-area.html">isInArea</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocationPair/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="is-in-area.html">isInArea</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, check3d: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>, tolerance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/toString/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/toString/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="properties"></a>Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/">maxSimpleLoc</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/">maxSimpleLoc</a>: <a href="../-simple-location3-d/index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/">minSimpleLoc</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/">minSimpleLoc</a>: <a href="../-simple-location3-d/index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/">touchedSimpleChunks</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/">touchedSimpleChunks</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html">Set</a><<a href="../-simple-chunk-location/index.html">SimpleChunkLocation</a>><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/">world</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/">world</a>: <span data-unresolved-link="org.bukkit/World///PointingToDeclaration/">World</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,30 +0,0 @@
|
||||
---
|
||||
title: SimpleLocationPair -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocationPair
|
||||
[jvm] class [SimpleLocationPair](index.md)(**loc1**: Location, **loc2**: Location)
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [isInArea](is-in-area.md)| [jvm] <br>Content <br>fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [maxSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/)| [jvm] val [maxSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/): [SimpleLocation3D](../-simple-location3-d/index.md) <br>
|
||||
| [minSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/)| [jvm] val [minSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/): [SimpleLocation3D](../-simple-location3-d/index.md) <br>
|
||||
| [touchedSimpleChunks](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/)| [jvm] val [touchedSimpleChunks](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SimpleChunkLocation](../-simple-chunk-location/index.md)> <br>
|
||||
| [world](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/)| [jvm] val [world](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/): World <br>
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>isInArea</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocationPair/isInArea/#org.bukkit.Location#kotlin.Boolean#kotlin.Int/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocationPair</a>/<a href="is-in-area.html">isInArea</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="isinarea"></a><span>is</span><wbr></wbr><span>In</span><wbr></wbr><span>Area</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="is-in-area.html">isInArea</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>, check3d: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>, tolerance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: isInArea -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md)/[isInArea](is-in-area.md)
|
||||
|
||||
|
||||
|
||||
# isInArea
|
||||
[jvm]
|
||||
Content
|
||||
fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocation2D</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation2D/SimpleLocation2D/#kotlin.Number#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation2D</a>/<a href="-simple-location2-d.html">SimpleLocation2D</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocation2d"></a><span>Simple</span><wbr></wbr><span>Location2</span><wbr></wbr><span>D</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location2-d.html">SimpleLocation2D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location2-d.html">SimpleLocation2D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: SimpleLocation2D -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[SimpleLocation2D](-simple-location2-d.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocation2D
|
||||
[jvm]
|
||||
Content
|
||||
fun [SimpleLocation2D](-simple-location2-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
|
||||
fun [SimpleLocation2D](-simple-location2-d.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component1</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component1/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation2D</a>/<a href="component1.html">component1</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component1"></a><span>component1</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component1 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[component1](component1.md)
|
||||
|
||||
|
||||
|
||||
# component1
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component2</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component2/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation2D</a>/<a href="component2.html">component2</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component2"></a><span>component2</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component2 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[component2](component2.md)
|
||||
|
||||
|
||||
|
||||
# component2
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>copy</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation2D/copy/#kotlin.Double#kotlin.Double/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation2D</a>/<a href="copy.html">copy</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="copy"></a><span>copy</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>): <a href="index.html">SimpleLocation2D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: copy -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[copy](copy.md)
|
||||
|
||||
|
||||
|
||||
# copy
|
||||
[jvm]
|
||||
Content
|
||||
fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation2D](index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,277 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocation2D</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation2D///PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation2D</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocation2d"></a><span>Simple</span><wbr></wbr><span>Location2</span><wbr></wbr><span>D</span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">data class <a href="index.html">SimpleLocation2D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Constructors">Constructors</button><button class="section-tab" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class="tabbedcontent"><a data-name="constructors"></a>Constructors</h2>
|
||||
<div class="table" data-togglable="Constructors"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/SimpleLocation2D/#kotlin.Number#kotlin.Number/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow TabbedContent"><span><a href="-simple-location2-d.html">SimpleLocation2D</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/SimpleLocation2D/#kotlin.Number#kotlin.Number/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Constructors"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="-simple-location2-d.html">SimpleLocation2D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="functions"></a>Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component1/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component1.html">component1</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component1/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component2/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component2.html">component2</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/component2/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/copy/#kotlin.Double#kotlin.Double/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="copy.html">copy</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/copy/#kotlin.Double#kotlin.Double/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>): <a href="index.html">SimpleLocation2D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open operator override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/hashCode/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/hashCode/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/toString/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/toString/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="properties"></a>Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/">x</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/">x</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/">y</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/">y</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,37 +0,0 @@
|
||||
---
|
||||
title: SimpleLocation2D -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocation2D
|
||||
[jvm] data class [SimpleLocation2D](index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))
|
||||
|
||||
|
||||
## Constructors
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [SimpleLocation2D](-simple-location2-d.md)| [jvm] fun [SimpleLocation2D](-simple-location2-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) <br>
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [component1](component1.md)| [jvm] <br>Content <br>operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br><br><br>
|
||||
| [component2](component2.md)| [jvm] <br>Content <br>operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br><br><br>
|
||||
| [copy](copy.md)| [jvm] <br>Content <br>fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation2D](index.md) <br><br><br>
|
||||
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>
|
||||
| [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/)| [jvm] val [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocation3D</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D/SimpleLocation3D/#kotlin.Number#kotlin.Number#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a>/<a href="-simple-location3-d.html">SimpleLocation3D</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocation3d"></a><span>Simple</span><wbr></wbr><span>Location3</span><wbr></wbr><span>D</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location3-d.html">SimpleLocation3D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location3-d.html">SimpleLocation3D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: SimpleLocation3D -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[SimpleLocation3D](-simple-location3-d.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocation3D
|
||||
[jvm]
|
||||
Content
|
||||
fun [SimpleLocation3D](-simple-location3-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
|
||||
fun [SimpleLocation3D](-simple-location3-d.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component1</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component1/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a>/<a href="component1.html">component1</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component1"></a><span>component1</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component1 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component1](component1.md)
|
||||
|
||||
|
||||
|
||||
# component1
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component2</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component2/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a>/<a href="component2.html">component2</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component2"></a><span>component2</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component2 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component2](component2.md)
|
||||
|
||||
|
||||
|
||||
# component2
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>component3</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component3/#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a>/<a href="component3.html">component3</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="component3"></a><span>component3</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <a href="component3.html">component3</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: component3 -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component3](component3.md)
|
||||
|
||||
|
||||
|
||||
# component3
|
||||
[jvm]
|
||||
Content
|
||||
operator fun [component3](component3.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>copy</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D/copy/#kotlin.Double#kotlin.Double#kotlin.Double/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a>/<a href="copy.html">copy</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="copy"></a><span>copy</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>): <a href="index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: copy -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[copy](copy.md)
|
||||
|
||||
|
||||
|
||||
# copy
|
||||
[jvm]
|
||||
Content
|
||||
fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation3D](index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,399 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SimpleLocation3D</title>
|
||||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry/SimpleLocation3D///PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../../index.html">KSpigot</a>/<a href="../index.html">net.axay.kspigot.extensions.geometry</a>/<a href="index.html">SimpleLocation3D</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="simplelocation3d"></a><span>Simple</span><wbr></wbr><span>Location3</span><wbr></wbr><span>D</span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">data class <a href="index.html">SimpleLocation3D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Constructors">Constructors</button><button class="section-tab" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Extensions">Extensions</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class="tabbedcontent"><a data-name="constructors"></a>Constructors</h2>
|
||||
<div class="table" data-togglable="Constructors"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/SimpleLocation3D/#kotlin.Number#kotlin.Number#kotlin.Number/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow TabbedContent"><span><a href="-simple-location3-d.html">SimpleLocation3D</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/SimpleLocation3D/#kotlin.Number#kotlin.Number#kotlin.Number/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Constructors"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="-simple-location3-d.html">SimpleLocation3D</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="functions"></a>Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component1/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component1.html">component1</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component1/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component1.html">component1</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component2/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component2.html">component2</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component2/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component2.html">component2</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component3/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="component3.html">component3</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/component3/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">operator fun <a href="component3.html">component3</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/copy/#kotlin.Double#kotlin.Double#kotlin.Double/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="copy.html">copy</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/copy/#kotlin.Double#kotlin.Double#kotlin.Double/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="copy.html">copy</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>): <a href="index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open operator override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/hashCode/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/hashCode/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/hashCode/#/PointingToDeclaration/">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="kotlin/Any/toString/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="kotlin/Any/toString/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">open override fun <a href="../../net.axay.kspigot.utils/-registerable-command/index.html#kotlin/Any/toString/#/PointingToDeclaration/">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class=""><a data-name="properties"></a>Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/">chunk</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/">chunk</a>: <a href="../-simple-chunk-location/index.html">SimpleChunkLocation</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/">x</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/">x</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/">y</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/">y</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/">z</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">val <a href="index.html#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/">z</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="tabbedcontent"><a data-name="extensions"></a>Extensions</h2>
|
||||
<div class="table" data-togglable="Extensions"><a data-name="net.axay.kspigot.extensions.geometry//toVector/net.axay.kspigot.extensions.geometry.SimpleLocation3D#/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../to-vector.html">toVector</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry//toVector/net.axay.kspigot.extensions.geometry.SimpleLocation3D#/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="index.html">SimpleLocation3D</a>.<a href="../to-vector.html">toVector</a>(): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="net.axay.kspigot.extensions.geometry//withWorld/net.axay.kspigot.extensions.geometry.SimpleLocation3D#org.bukkit.World/PointingToDeclaration/"></a>
|
||||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
|
||||
<div class="main-subrow "><span><a href="../with-world.html">withWorld</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="net.axay.kspigot.extensions.geometry//withWorld/net.axay.kspigot.extensions.geometry.SimpleLocation3D#org.bukkit.World/PointingToDeclaration/"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.2496 5.3C20.3496 4.5 19.2496 4 18.0496 4C16.8496 4 15.6496 4.5 14.8496 5.3L10.3496 9.8L11.7496 11.2L16.2496 6.7C17.2496 5.7 18.8496 5.7 19.8496 6.7C20.8496 7.7 20.8496 9.3 19.8496 10.3L15.3496 14.8L16.7496 16.2L21.2496 11.7C22.1496 10.8 22.5496 9.7 22.5496 8.5C22.5496 7.3 22.1496 6.2 21.2496 5.3Z"/>
|
||||
<path d="M8.35 16.7998C7.35 17.7998 5.75 17.7998 4.75 16.7998C3.75 15.7998 3.75 14.1998 4.75 13.1998L9.25 8.6998L7.85 7.2998L3.35 11.7998C1.55 13.5998 1.55 16.3998 3.35 18.1998C4.25 19.0998 5.35 19.4998 6.55 19.4998C7.75 19.4998 8.85 19.0998 9.75 18.1998L14.25 13.6998L12.85 12.2998L8.35 16.7998Z"/>
|
||||
</svg></span>
|
||||
<div class="copy-popup-wrapper "><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div class="platform-dependent-row keyValue">
|
||||
<div></div>
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace">fun <a href="index.html">SimpleLocation3D</a>.<a href="../with-world.html">withWorld</a>(world: <span data-unresolved-link="org.bukkit/World///PointingToDeclaration/">World</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,48 +0,0 @@
|
||||
---
|
||||
title: SimpleLocation3D -
|
||||
---
|
||||
//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)
|
||||
|
||||
|
||||
|
||||
# SimpleLocation3D
|
||||
[jvm] data class [SimpleLocation3D](index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **z**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))
|
||||
|
||||
|
||||
## Constructors
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [SimpleLocation3D](-simple-location3-d.md)| [jvm] fun [SimpleLocation3D](-simple-location3-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) <br>
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [component1](component1.md)| [jvm] <br>Content <br>operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br><br><br>
|
||||
| [component2](component2.md)| [jvm] <br>Content <br>operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br><br><br>
|
||||
| [component3](component3.md)| [jvm] <br>Content <br>operator fun [component3](component3.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br><br><br>
|
||||
| [copy](copy.md)| [jvm] <br>Content <br>fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation3D](index.md) <br><br><br>
|
||||
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
||||
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
||||
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [chunk](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/)| [jvm] val [chunk](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/): [SimpleChunkLocation](../-simple-chunk-location/index.md) <br>
|
||||
| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>
|
||||
| [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/)| [jvm] val [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>
|
||||
| [z](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/)| [jvm] val [z](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>
|
||||
|
||||
|
||||
## Extensions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [toVector](../to-vector.md)| [jvm] <br>Content <br>fun [SimpleLocation3D](index.md).[toVector](../to-vector.md)(): Vector <br><br><br>
|
||||
| [withWorld](../with-world.md)| [jvm] <br>Content <br>fun [SimpleLocation3D](index.md).[withWorld](../with-world.md)(world: World): Location <br><br><br>
|
||||
|
53
docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.html
Normal file
53
docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.html
Normal file
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>add</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//add/org.bukkit.Location#kotlin.Number#kotlin.Number#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="add.html">add</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="add"></a><span>add</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="add.html">add</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: add -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[add](add.md)
|
||||
|
||||
|
||||
|
||||
# add
|
||||
[jvm]
|
||||
Content
|
||||
fun Location.[add](add.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseXY</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseXY/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-x-y.html">increaseXY</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increasexy"></a><span>increase</span><wbr></wbr><span>X</span><wbr></wbr><span>Y</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-x-y.html">increaseXY</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseXY -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseXY](increase-x-y.md)
|
||||
|
||||
|
||||
|
||||
# increaseXY
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseXY](increase-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseXZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseXZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-x-z.html">increaseXZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increasexz"></a><span>increase</span><wbr></wbr><span>X</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-x-z.html">increaseXZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseXZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseXZ](increase-x-z.md)
|
||||
|
||||
|
||||
|
||||
# increaseXZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseXZ](increase-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseX</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseX/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-x.html">increaseX</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increasex"></a><span>increase</span><wbr></wbr><span>X</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-x.html">increaseX</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseX -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseX](increase-x.md)
|
||||
|
||||
|
||||
|
||||
# increaseX
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseX](increase-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseYZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseYZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-y-z.html">increaseYZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increaseyz"></a><span>increase</span><wbr></wbr><span>Y</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-y-z.html">increaseYZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseYZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseYZ](increase-y-z.md)
|
||||
|
||||
|
||||
|
||||
# increaseYZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseYZ](increase-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseY</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseY/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-y.html">increaseY</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increasey"></a><span>increase</span><wbr></wbr><span>Y</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-y.html">increaseY</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseY -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseY](increase-y.md)
|
||||
|
||||
|
||||
|
||||
# increaseY
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseY](increase-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increaseZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increaseZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase-z.html">increaseZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increasez"></a><span>increase</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase-z.html">increaseZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: increaseZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseZ](increase-z.md)
|
||||
|
||||
|
||||
|
||||
# increaseZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increaseZ](increase-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,69 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>increase</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//increase/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="increase.html">increase</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="increase"></a><span>increase</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase.html">increase</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase.html">increase</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase.html">increase</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="increase.html">increase</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="increase.html">increase</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,18 +0,0 @@
|
||||
---
|
||||
title: increase -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increase](increase.md)
|
||||
|
||||
|
||||
|
||||
# increase
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[increase](increase.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
infix fun Location.[increase](increase.md)(vec: Vector): Location
|
||||
infix fun Location.[increase](increase.md)(loc: Location): Location
|
||||
infix fun Location.[increase](increase.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
|
||||
infix fun Vector.[increase](increase.md)(vec: Vector): Vector
|
||||
|
||||
|
||||
|
1256
docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.html
Normal file
1256
docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,70 +0,0 @@
|
||||
---
|
||||
title: net.axay.kspigot.extensions.geometry -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)
|
||||
|
||||
|
||||
|
||||
# Package net.axay.kspigot.extensions.geometry
|
||||
|
||||
|
||||
## Types
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [LocationArea](-location-area/index.md)| [jvm] <br>Content <br>class [LocationArea](-location-area/index.md)(**loc1**: Location, **loc2**: Location) <br><br><br>
|
||||
| [SimpleChunkLocation](-simple-chunk-location/index.md)| [jvm] <br>Content <br>data class [SimpleChunkLocation](-simple-chunk-location/index.md)(**x**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **z**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) <br><br><br>
|
||||
| [SimpleLocation2D](-simple-location2-d/index.md)| [jvm] <br>Content <br>data class [SimpleLocation2D](-simple-location2-d/index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) <br><br><br>
|
||||
| [SimpleLocation3D](-simple-location3-d/index.md)| [jvm] <br>Content <br>data class [SimpleLocation3D](-simple-location3-d/index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **z**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) <br><br><br>
|
||||
| [SimpleLocationPair](-simple-location-pair/index.md)| [jvm] <br>Content <br>class [SimpleLocationPair](-simple-location-pair/index.md)(**loc1**: Location, **loc2**: Location) <br><br><br>
|
||||
|
||||
|
||||
## Functions
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [add](add.md)| [jvm] <br>Content <br>fun Location.[add](add.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increase](increase.md)| [jvm] <br>Content <br>infix fun Location.[increase](increase.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br>infix fun Location.[increase](increase.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location <br>infix fun Location.[increase](increase.md)(loc: Location): Location <br>infix fun Location.[increase](increase.md)(vec: Vector): Location <br>infix fun Vector.[increase](increase.md)(vec: Vector): Vector <br><br><br>
|
||||
| [increaseX](increase-x.md)| [jvm] <br>Content <br>infix fun Location.[increaseX](increase-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increaseXY](increase-x-y.md)| [jvm] <br>Content <br>infix fun Location.[increaseXY](increase-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increaseXZ](increase-x-z.md)| [jvm] <br>Content <br>infix fun Location.[increaseXZ](increase-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increaseY](increase-y.md)| [jvm] <br>Content <br>infix fun Location.[increaseY](increase-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increaseYZ](increase-y-z.md)| [jvm] <br>Content <br>infix fun Location.[increaseYZ](increase-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [increaseZ](increase-z.md)| [jvm] <br>Content <br>infix fun Location.[increaseZ](increase-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [minus](minus.md)| [jvm] <br>Content <br>operator fun Location.[minus](minus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location <br>operator fun Location.[minus](minus.md)(loc: Location): Location <br>operator fun Location.[minus](minus.md)(vec: Vector): Location <br>operator fun Vector.[minus](minus.md)(vec: Vector): Vector <br><br><br>
|
||||
| [minusAssign](minus-assign.md)| [jvm] <br>Content <br>operator fun Location.[minusAssign](minus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)) <br>operator fun Location.[minusAssign](minus-assign.md)(loc: Location) <br>operator fun Location.[minusAssign](minus-assign.md)(vec: Vector) <br>operator fun Vector.[minusAssign](minus-assign.md)(vec: Vector) <br><br><br>
|
||||
| [multiply](multiply.md)| [jvm] <br>Content <br>infix fun Vector.[multiply](multiply.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br>infix fun Vector.[multiply](multiply.md)(vec: Vector): Vector <br><br><br>
|
||||
| [plus](plus.md)| [jvm] <br>Content <br>operator fun Location.[plus](plus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location <br>operator fun Location.[plus](plus.md)(loc: Location): Location <br>operator fun Location.[plus](plus.md)(vec: Vector): Location <br>operator fun Vector.[plus](plus.md)(vec: Vector): Vector <br><br><br>
|
||||
| [plusAssign](plus-assign.md)| [jvm] <br>Content <br>operator fun Location.[plusAssign](plus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)) <br>operator fun Location.[plusAssign](plus-assign.md)(loc: Location) <br>operator fun Location.[plusAssign](plus-assign.md)(vec: Vector) <br>operator fun Vector.[plusAssign](plus-assign.md)(vec: Vector) <br><br><br>
|
||||
| [reduce](reduce.md)| [jvm] <br>Content <br>infix fun Location.[reduce](reduce.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br>infix fun Location.[reduce](reduce.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location <br>infix fun Location.[reduce](reduce.md)(loc: Location): Location <br>infix fun Location.[reduce](reduce.md)(vec: Vector): Location <br>infix fun Vector.[reduce](reduce.md)(vec: Vector): Vector <br><br><br>
|
||||
| [reduceX](reduce-x.md)| [jvm] <br>Content <br>infix fun Location.[reduceX](reduce-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [reduceXY](reduce-x-y.md)| [jvm] <br>Content <br>infix fun Location.[reduceXY](reduce-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [reduceXZ](reduce-x-z.md)| [jvm] <br>Content <br>infix fun Location.[reduceXZ](reduce-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [reduceY](reduce-y.md)| [jvm] <br>Content <br>infix fun Location.[reduceY](reduce-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [reduceYZ](reduce-y-z.md)| [jvm] <br>Content <br>infix fun Location.[reduceYZ](reduce-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [reduceZ](reduce-z.md)| [jvm] <br>Content <br>infix fun Location.[reduceZ](reduce-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [relationTo](relation-to.md)| [jvm] <br>Content <br>infix fun Location.[relationTo](relation-to.md)(loc: Location): [SimpleLocation3D](-simple-location3-d/index.md) <br><br><br>
|
||||
| [substract](substract.md)| [jvm] <br>Content <br>fun Location.[substract](substract.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location <br><br><br>
|
||||
| [times](times.md)| [jvm] <br>Content <br>operator fun Vector.[times](times.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br>operator fun Vector.[times](times.md)(vec: Vector): Vector <br><br><br>
|
||||
| [timesAssign](times-assign.md)| [jvm] <br>Content <br>operator fun Vector.[timesAssign](times-assign.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) <br>operator fun Vector.[timesAssign](times-assign.md)(vec: Vector) <br><br><br>
|
||||
| [toSimple](to-simple.md)| [jvm] <br>Content <br>fun Chunk.[toSimple](to-simple.md)(): [SimpleChunkLocation](-simple-chunk-location/index.md) <br>fun Location.[toSimple](to-simple.md)(): [SimpleLocation3D](-simple-location3-d/index.md) <br><br><br>
|
||||
| [toSimpleLoc](to-simple-loc.md)| [jvm] <br>Content <br>fun Vector.[toSimpleLoc](to-simple-loc.md)(): [SimpleLocation3D](-simple-location3-d/index.md) <br><br><br>
|
||||
| [toVector](to-vector.md)| [jvm] <br>Content <br>fun [SimpleLocation3D](-simple-location3-d/index.md).[toVector](to-vector.md)(): Vector <br><br><br>
|
||||
| [vec](vec.md)| [jvm] <br>Content <br>fun [vec](vec.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecX](vec-x.md)| [jvm] <br>Content <br>fun [vecX](vec-x.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecXY](vec-x-y.md)| [jvm] <br>Content <br>fun [vecXY](vec-x-y.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecXZ](vec-x-z.md)| [jvm] <br>Content <br>fun [vecXZ](vec-x-z.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecY](vec-y.md)| [jvm] <br>Content <br>fun [vecY](vec-y.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecYZ](vec-y-z.md)| [jvm] <br>Content <br>fun [vecYZ](vec-y-z.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [vecZ](vec-z.md)| [jvm] <br>Content <br>fun [vecZ](vec-z.md)(z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector <br><br><br>
|
||||
| [withWorld](with-world.md)| [jvm] <br>Content <br>fun [SimpleChunkLocation](-simple-chunk-location/index.md).[withWorld](with-world.md)(world: World): Chunk <br>fun [SimpleLocation3D](-simple-location3-d/index.md).[withWorld](with-world.md)(world: World): Location <br><br><br>
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [blockLoc](index.md#net.axay.kspigot.extensions.geometry//blockLoc/org.bukkit.Location#/PointingToDeclaration/)| [jvm] val Location.[blockLoc](index.md#net.axay.kspigot.extensions.geometry//blockLoc/org.bukkit.Location#/PointingToDeclaration/): Location <br>
|
||||
| [isFinite](index.md#net.axay.kspigot.extensions.geometry//isFinite/org.bukkit.util.Vector#/PointingToDeclaration/)| [jvm] val Vector.[isFinite](index.md#net.axay.kspigot.extensions.geometry//isFinite/org.bukkit.util.Vector#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br>
|
||||
| [worldOrException](index.md#net.axay.kspigot.extensions.geometry//worldOrException/org.bukkit.Location#/PointingToDeclaration/)| [jvm] val Location.[worldOrException](index.md#net.axay.kspigot.extensions.geometry//worldOrException/org.bukkit.Location#/PointingToDeclaration/): World <br>
|
||||
|
@@ -0,0 +1,65 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>minusAssign</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//minusAssign/org.bukkit.Location#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="minus-assign.html">minusAssign</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="minusassign"></a><span>minus</span><wbr></wbr><span>Assign</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus-assign.html">minusAssign</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus-assign.html">minusAssign</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus-assign.html">minusAssign</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="minus-assign.html">minusAssign</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: minusAssign -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[minusAssign](minus-assign.md)
|
||||
|
||||
|
||||
|
||||
# minusAssign
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Location.[minusAssign](minus-assign.md)(vec: Vector)
|
||||
operator fun Location.[minusAssign](minus-assign.md)(loc: Location)
|
||||
operator fun Location.[minusAssign](minus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md))
|
||||
operator fun Vector.[minusAssign](minus-assign.md)(vec: Vector)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,65 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>minus</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//minus/org.bukkit.Location#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="minus.html">minus</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="minus"></a><span>minus</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus.html">minus</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus.html">minus</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="minus.html">minus</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="minus.html">minus</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: minus -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[minus](minus.md)
|
||||
|
||||
|
||||
|
||||
# minus
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Location.[minus](minus.md)(vec: Vector): Location
|
||||
operator fun Location.[minus](minus.md)(loc: Location): Location
|
||||
operator fun Location.[minus](minus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
|
||||
operator fun Vector.[minus](minus.md)(vec: Vector): Vector
|
||||
|
||||
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>multiply</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//multiply/org.bukkit.util.Vector#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="multiply.html">multiply</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="multiply"></a><span>multiply</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="multiply.html">multiply</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="multiply.html">multiply</a>(num: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: multiply -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[multiply](multiply.md)
|
||||
|
||||
|
||||
|
||||
# multiply
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Vector.[multiply](multiply.md)(vec: Vector): Vector
|
||||
infix fun Vector.[multiply](multiply.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector
|
||||
|
||||
|
||||
|
@@ -0,0 +1,65 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>plusAssign</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//plusAssign/org.bukkit.Location#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="plus-assign.html">plusAssign</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="plusassign"></a><span>plus</span><wbr></wbr><span>Assign</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus-assign.html">plusAssign</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus-assign.html">plusAssign</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus-assign.html">plusAssign</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="plus-assign.html">plusAssign</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: plusAssign -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[plusAssign](plus-assign.md)
|
||||
|
||||
|
||||
|
||||
# plusAssign
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Location.[plusAssign](plus-assign.md)(vec: Vector)
|
||||
operator fun Location.[plusAssign](plus-assign.md)(loc: Location)
|
||||
operator fun Location.[plusAssign](plus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md))
|
||||
operator fun Vector.[plusAssign](plus-assign.md)(vec: Vector)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,65 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>plus</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//plus/org.bukkit.Location#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="plus.html">plus</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="plus"></a><span>plus</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus.html">plus</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus.html">plus</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="plus.html">plus</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="plus.html">plus</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: plus -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[plus](plus.md)
|
||||
|
||||
|
||||
|
||||
# plus
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Location.[plus](plus.md)(vec: Vector): Location
|
||||
operator fun Location.[plus](plus.md)(loc: Location): Location
|
||||
operator fun Location.[plus](plus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
|
||||
operator fun Vector.[plus](plus.md)(vec: Vector): Vector
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceXY</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceXY/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-x-y.html">reduceXY</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reducexy"></a><span>reduce</span><wbr></wbr><span>X</span><wbr></wbr><span>Y</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-x-y.html">reduceXY</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceXY -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceXY](reduce-x-y.md)
|
||||
|
||||
|
||||
|
||||
# reduceXY
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceXY](reduce-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceXZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceXZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-x-z.html">reduceXZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reducexz"></a><span>reduce</span><wbr></wbr><span>X</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-x-z.html">reduceXZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceXZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceXZ](reduce-x-z.md)
|
||||
|
||||
|
||||
|
||||
# reduceXZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceXZ](reduce-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceX</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceX/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-x.html">reduceX</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reducex"></a><span>reduce</span><wbr></wbr><span>X</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-x.html">reduceX</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceX -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceX](reduce-x.md)
|
||||
|
||||
|
||||
|
||||
# reduceX
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceX](reduce-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceYZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceYZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-y-z.html">reduceYZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reduceyz"></a><span>reduce</span><wbr></wbr><span>Y</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-y-z.html">reduceYZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceYZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceYZ](reduce-y-z.md)
|
||||
|
||||
|
||||
|
||||
# reduceYZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceYZ](reduce-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceY</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceY/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-y.html">reduceY</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reducey"></a><span>reduce</span><wbr></wbr><span>Y</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-y.html">reduceY</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceY -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceY](reduce-y.md)
|
||||
|
||||
|
||||
|
||||
# reduceY
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceY](reduce-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduceZ</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduceZ/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce-z.html">reduceZ</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reducez"></a><span>reduce</span><wbr></wbr><span>Z</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce-z.html">reduceZ</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: reduceZ -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceZ](reduce-z.md)
|
||||
|
||||
|
||||
|
||||
# reduceZ
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduceZ](reduce-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,69 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>reduce</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//reduce/org.bukkit.Location#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="reduce.html">reduce</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="reduce"></a><span>reduce</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce.html">reduce</a>(distance: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce.html">reduce</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce.html">reduce</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="reduce.html">reduce</a>(loc: <a href="-simple-location3-d/index.html">SimpleLocation3D</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="reduce.html">reduce</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,18 +0,0 @@
|
||||
---
|
||||
title: reduce -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduce](reduce.md)
|
||||
|
||||
|
||||
|
||||
# reduce
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[reduce](reduce.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
infix fun Location.[reduce](reduce.md)(vec: Vector): Location
|
||||
infix fun Location.[reduce](reduce.md)(loc: Location): Location
|
||||
infix fun Location.[reduce](reduce.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
|
||||
infix fun Vector.[reduce](reduce.md)(vec: Vector): Vector
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>relationTo</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//relationTo/org.bukkit.Location#org.bukkit.Location/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="relation-to.html">relationTo</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="relationto"></a><span>relation</span><wbr></wbr><span>To</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">infix fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="relation-to.html">relationTo</a>(loc: <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>): <a href="-simple-location3-d/index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: relationTo -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[relationTo](relation-to.md)
|
||||
|
||||
|
||||
|
||||
# relationTo
|
||||
[jvm]
|
||||
Content
|
||||
infix fun Location.[relationTo](relation-to.md)(loc: Location): [SimpleLocation3D](-simple-location3-d/index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>substract</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//substract/org.bukkit.Location#kotlin.Number#kotlin.Number#kotlin.Number/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="substract.html">substract</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="substract"></a><span>substract</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="substract.html">substract</a>(x: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, y: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>, z: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: substract -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[substract](substract.md)
|
||||
|
||||
|
||||
|
||||
# substract
|
||||
[jvm]
|
||||
Content
|
||||
fun Location.[substract](substract.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
|
||||
|
||||
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>timesAssign</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//timesAssign/org.bukkit.util.Vector#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="times-assign.html">timesAssign</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="timesassign"></a><span>times</span><wbr></wbr><span>Assign</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="times-assign.html">timesAssign</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="times-assign.html">timesAssign</a>(num: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>)<span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: timesAssign -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[timesAssign](times-assign.md)
|
||||
|
||||
|
||||
|
||||
# timesAssign
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Vector.[timesAssign](times-assign.md)(vec: Vector)
|
||||
operator fun Vector.[timesAssign](times-assign.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
|
||||
|
||||
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>times</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//times/org.bukkit.util.Vector#org.bukkit.util.Vector/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="times.html">times</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="times"></a><span>times</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="times.html">times</a>(vec: <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">operator fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="times.html">times</a>(num: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: times -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[times](times.md)
|
||||
|
||||
|
||||
|
||||
# times
|
||||
[jvm]
|
||||
Content
|
||||
operator fun Vector.[times](times.md)(vec: Vector): Vector
|
||||
operator fun Vector.[times](times.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>toSimpleLoc</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//toSimpleLoc/org.bukkit.util.Vector#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="to-simple-loc.html">toSimpleLoc</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="tosimpleloc"></a><span>to</span><wbr></wbr><span>Simple</span><wbr></wbr><span>Loc</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span>.<a href="to-simple-loc.html">toSimpleLoc</a>(): <a href="-simple-location3-d/index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: toSimpleLoc -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toSimpleLoc](to-simple-loc.md)
|
||||
|
||||
|
||||
|
||||
# toSimpleLoc
|
||||
[jvm]
|
||||
Content
|
||||
fun Vector.[toSimpleLoc](to-simple-loc.md)(): [SimpleLocation3D](-simple-location3-d/index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>toSimple</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//toSimple/org.bukkit.Location#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="to-simple.html">toSimple</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="tosimple"></a><span>to</span><wbr></wbr><span>Simple</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <span data-unresolved-link="org.bukkit/Location///PointingToDeclaration/">Location</span>.<a href="to-simple.html">toSimple</a>(): <a href="-simple-location3-d/index.html">SimpleLocation3D</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div><div class="symbol "><div class="symbol monospace">fun <span data-unresolved-link="org.bukkit/Chunk///PointingToDeclaration/">Chunk</span>.<a href="to-simple.html">toSimple</a>(): <a href="-simple-chunk-location/index.html">SimpleChunkLocation</a><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: toSimple -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toSimple](to-simple.md)
|
||||
|
||||
|
||||
|
||||
# toSimple
|
||||
[jvm]
|
||||
Content
|
||||
fun Location.[toSimple](to-simple.md)(): [SimpleLocation3D](-simple-location3-d/index.md)
|
||||
fun Chunk.[toSimple](to-simple.md)(): [SimpleChunkLocation](-simple-chunk-location/index.md)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,53 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>toVector</title>
|
||||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
|
||||
<link href="../../styles/style.css" rel="Stylesheet">
|
||||
<script type="text/javascript" src="../../scripts/navigationLoader.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/platformContentHandler.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
|
||||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script>
|
||||
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
|
||||
<script>var pathToRoot = "../../";</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn">
|
||||
<div id="logo"></div>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<div id="searchBar"></div>
|
||||
<script type="text/javascript" src="../../scripts/pages.js"></script>
|
||||
<script type="text/javascript" src="../../scripts/main.js"></script>
|
||||
<div id="content" pageIds="net.axay.kspigot.extensions.geometry//toVector/net.axay.kspigot.extensions.geometry.SimpleLocation3D#/PointingToDeclaration/">
|
||||
<div class="breadcrumbs"><a href="../index.html">KSpigot</a>/<a href="index.html">net.axay.kspigot.extensions.geometry</a>/<a href="to-vector.html">toVector</a></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><a data-name="tovector"></a><span>to</span><wbr></wbr><span>Vector</span></h1>
|
||||
</div>
|
||||
<div class="divergent-group" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"><div class="brief-with-platform-tags"><div class="inner-brief-with-platform-tags"></div>
|
||||
<span class="pull-right"></span></div>
|
||||
|
||||
<div class="main-subrow">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol "><div class="symbol monospace">fun <a href="-simple-location3-d/index.html">SimpleLocation3D</a>.<a href="to-vector.html">toVector</a>(): <span data-unresolved-link="org.bukkit.util/Vector///PointingToDeclaration/">Vector</span><span class="top-right-position"><span class="copy-icon"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H15V16H5V4ZM17 7H19V18V20H17H8V18H17V7Z" fill="black"/>
|
||||
</svg></span><div class="copy-popup-wrapper popup-to-left"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18 9C18 14 14 18 9 18C4 18 0 14 0 9C0 4 4 0 9 0C14 0 18 4 18 9ZM14.2 6.2L12.8 4.8L7.5 10.1L5.3 7.8L3.8 9.2L7.5 13L14.2 6.2Z" fill="#4DBB5F"/>
|
||||
</svg><span>Content copied to clipboard</span></div></span></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
|
||||
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
|
||||
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
|
||||
</svg></span></a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: toVector -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toVector](to-vector.md)
|
||||
|
||||
|
||||
|
||||
# toVector
|
||||
[jvm]
|
||||
Content
|
||||
fun [SimpleLocation3D](-simple-location3-d/index.md).[toVector](to-vector.md)(): Vector
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user