Package-level declarations

Functions

Link copied to clipboard
fun Location.addLocal(location: Location): Location

Adds a local location to the location, taking into account the location's yaw and pitch.

fun Location.addLocal(local: Vector): Location

Adds a local vector to the location, taking into account the location's yaw and pitch.

fun Location.addLocal(x: Double, y: Double, z: Double): Location

Adds local x, y, z coordinates to the location, taking into account the location's yaw and pitch.