mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Add XRRigidTransform::Inverse
This commit is contained in:
@@ -10,4 +10,5 @@ interface XRRigidTransform {
|
||||
readonly attribute DOMPointReadOnly position;
|
||||
readonly attribute DOMPointReadOnly orientation;
|
||||
// readonly attribute Float32Array matrix;
|
||||
XRRigidTransform inverse();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user