From 1c49e092056e0712b505d50fdcece9c10803fac4 Mon Sep 17 00:00:00 2001 From: Reilly Grant Date: Tue, 11 Feb 2025 23:18:58 +0000 Subject: [PATCH] Fix closing tags flagged by the new Bikeshed parser --- index.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index 25440e7..4d0199d 100644 --- a/index.bs +++ b/index.bs @@ -533,7 +533,7 @@ The requestPermission() method steps a 1. If the result of requesting permission to use |name| is not "{{PermissionState/granted}}": 1. Set |permissionState| to "{{PermissionState/denied}}". 1. [=Break=]. - 1. [=Queue a global task=] on the [=device motion and orientation task source=] given |global| to [=resolve=] |result| with |permissionState|. + 1. [=Queue a global task=] on the [=device motion and orientation task source=] given |global| to [=resolve=] |result| with |permissionState|. 1. Return |result|. @@ -756,7 +756,7 @@ More precisely, we wish to determine the compass heading of the horizontal compo If v represents this vector in the rotated device body frame xyz, then v is as follows. -

v = [0; 0; -1] + v = [0; 0; -1]

The transformation of v due to the rotation about the z axis can be represented by the following rotation matrix. @@ -788,8 +788,7 @@ If v' represents the vector v in the earth frame XYZ, then since the initial bod v' = Rv - - + v' = [-cos(alpha)sin(gamma)-sin(alpha)sin(beta)cos(gamma); -sin(alpha)sin(gamma)+cos(alpha)sin(beta)cos(gamma); -cos(beta)cos(gamma)]