aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrrigidtransform.rs
Commit message (Expand)AuthorAgeFilesLines
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+4
* Update euclid.Emilio Cobos Álvarez2019-07-231-5/+5
* Error on invalid rotation values in XRRigidTransform constructorManish Goregaokar2019-07-111-0/+6
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-19/+23
* 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