aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrrigidtransform.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #23292 - Manishearth:input, r=asajeffreybors-servo2019-05-071-1/+1
|\
| * Fix orientation getter in XRRigidTransformManish Goregaokar2019-05-071-1/+1
* | Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
|/
* Set transform.inverse.inverse == transformManish Goregaokar2019-04-051-2/+5
* Add XRRigidTransform.matrixManish Goregaokar2019-04-031-0/+17
* Add XRView.transformManish Goregaokar2019-04-031-3/+2
* XRRigidTransform.inverse is now a lazy attributeManish Goregaokar2019-04-031-1/+5
* Consistently use GlobalScope in XR codeManish Goregaokar2019-04-031-5/+8
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-7/+4
* Validate the position passed to XRRigidTransformManish Goregaokar2019-04-031-1/+8
* Make XRRigidTransform.position/orientation lazy, default to using euclid thingsManish Goregaokar2019-04-031-59/+28
* Move XRRigidTransform to using RigidTransform3DManish Goregaokar2019-04-031-36/+19
* Add XRRigidTransform::InverseManish Goregaokar2019-03-261-1/+38
* Precompute XRRigidTransform's matricesManish Goregaokar2019-03-261-13/+19
* Add XRSpace::get_viewer_pose()Manish Goregaokar2019-03-251-0/+21
* Add originOffset to XRReferenceSpaceManish Goregaokar2019-03-181-0/+12
* Add XRRigidTransform attributesManish Goregaokar2019-03-181-0/+12
* Add XRRigidTransform constructorManish Goregaokar2019-03-181-5/+32
* Silence unused warningsManish Goregaokar2019-01-031-0/+1
* Basic XRRigidTransform interfaceManish Goregaokar2018-12-191-0/+30