aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrray.rs
Commit message (Collapse)AuthorAgeFilesLines
* Formatting.Josh Matthews2023-05-281-4/+20
|
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-6/+8
|
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
|
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
| | | | | | | | | | | | | - Also updates raqote to latest with an upgrade of font-kit to 0.11 applied on as a patch - Update lyon_geom to the latest version Major change: - All matrices are now stored in row major order. This means that parameters to rotation functions no longer should be negated. - `post_...()` functions are now named `then()`. `pre_transform()` is removed, so `then()` is used and the order of operations changed.
* Add XRSession::requestHitTestSource()Manish Goregaokar2020-04-191-0/+4
|
* Add XRHitTestResult::getPoseManish Goregaokar2020-04-191-3/+9
|
* Update XRRay semanticsManish Goregaokar2020-04-191-7/+18
| | | | Implements changes from https://github.com/immersive-web/hit-test/pull/85
* Add XRRay.matrixManish Goregaokar2020-04-191-1/+42
|
* Add XRRay(transform) constructorManish Goregaokar2020-04-191-0/+13
|
* Add XRRay constructorsManish Goregaokar2020-04-191-0/+17
|
* Add origin/direction methods to XRRayManish Goregaokar2020-04-191-1/+27
|
* Add stub XRRayManish Goregaokar2020-04-191-0/+29