Re: Proposal to add unit quaternion representation to the Device Orientation event.

On Thu, 17 Jul 2014, at 00:29, Tim Volodine wrote:
> Proposed interface changes:
> 
> [Callback, NoInterfaceObject]
> interface OrientationQuaternion {
>   readonly attribute double x;
>   readonly attribute double y;
>   readonly attribute double z;
>   readonly attribute double w;
> }

That sounds great! Should we consider adding DOMQuaternion to
http://dev.w3.org/fxtf/geometry/ instead of creating it inside this
spec?

-- Mounir

Received on Thursday, 17 July 2014 10:05:25 UTC