Skip to content

A helper library for ARKit to place entities w.r.t real life coordinates.

Notifications You must be signed in to change notification settings

dhg-applab/ARGeoKit

Repository files navigation

ARGeoKit

A helper library for ARKit to place entities w.r.t real life coordinates

Usage

// Calculate an offsetVector of the two CLLocations
let location1: CLLocation = ...
let location2: CLLocation = ...

guard var offsetVector = location1.vector(to: location2) else {
    print("Couldn't compute offset vector from location1 to location2")
    return
}

About

A helper library for ARKit to place entities w.r.t real life coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages