mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
XRRigidTransform.inverse is now a lazy attribute
This commit is contained in:
parent
fcec93ae16
commit
eb837d1ed7
2 changed files with 6 additions and 2 deletions
|
@ -10,5 +10,5 @@ interface XRRigidTransform {
|
|||
readonly attribute DOMPointReadOnly position;
|
||||
readonly attribute DOMPointReadOnly orientation;
|
||||
// readonly attribute Float32Array matrix;
|
||||
XRRigidTransform inverse();
|
||||
readonly attribute XRRigidTransform inverse;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue