add

@NotNull
abstract fun add(x: Double, y: Double, z: Double): @NotNull PlatformLocation

Creates a new location by adding the specified coordinates to this location.

Return

the new location

Since

2.0.0

Parameters

x

the X offset

y

the Y offset

z

the Z offset