Add XRRigidTransform::Inverse

This commit is contained in:
Manish Goregaokar 2019-03-26 00:08:19 -07:00
parent 6fda2f28a6
commit 4f128e47e5
3 changed files with 42 additions and 2 deletions

View file

@ -10,4 +10,5 @@ interface XRRigidTransform {
readonly attribute DOMPointReadOnly position;
readonly attribute DOMPointReadOnly orientation;
// readonly attribute Float32Array matrix;
XRRigidTransform inverse();
};