49 lines
4.6 KiB
Markdown
49 lines
4.6 KiB
Markdown
---
|
|
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>
|
|
|