Move Orientation into sensors directory, attempt to fix 'NaN' in slope input

This commit is contained in:
Pieter Vander Vennet 2023-12-18 01:58:58 +01:00
parent 82409984dc
commit e9268bfc49
6 changed files with 30 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { Orientation } from "../../Logic/Web/Orientation"
import { Orientation } from "../../Sensors/Orientation"
const o = Orientation.singleton
let alpha = o.alpha