592 B
592 B
title
title |
---|
reduce - |
//KSpigot/net.axay.kspigot.extensions.geometry/reduce
reduce
[jvm]
Content
infix fun Location.reduce(distance: Number): Location
infix fun Location.reduce(vec: Vector): Location
infix fun Location.reduce(loc: Location): Location
infix fun Location.reduce(loc: SimpleLocation3D): Location
infix fun Vector.reduce(vec: Vector): Vector