Files
KSpigot/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

19 lines
592 B
Markdown

---
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