reduce

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