mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add XRRigidTransform::Inverse
This commit is contained in:
parent
6fda2f28a6
commit
4f128e47e5
3 changed files with 42 additions and 2 deletions
|
@ -10,4 +10,5 @@ interface XRRigidTransform {
|
|||
readonly attribute DOMPointReadOnly position;
|
||||
readonly attribute DOMPointReadOnly orientation;
|
||||
// readonly attribute Float32Array matrix;
|
||||
XRRigidTransform inverse();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue