@girs/graphene-1.0 1.0.0-3.2.2 → 1.0.0-3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/graphene-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Graphene-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
8
+ GJS TypeScript type definitions for Graphene-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
9
9
 
10
10
  A thin layer of types for graphic libraries
11
11
 
@@ -910,7 +910,7 @@ export interface Matrix {
910
910
  * [CSS3 Transforms specification](http://dev.w3.org/csswg/css-transforms/);
911
911
  * specifically, the decomposition code is based on the equivalent code
912
912
  * published in "Graphics Gems II", edited by Jim Arvo, and
913
- * [available online](http://web.archive.org/web/20150512160205/http://tog.acm.org/resources/GraphicsGems/gemsii/unmatrix.c).
913
+ * [available online](http://tog.acm.org/resources/GraphicsGems/gemsii/unmatrix.c).
914
914
  * @returns `true` if the matrix could be decomposed
915
915
  */
916
916
  decompose(): [ /* returnType */ boolean, /* translate */ Vec3, /* scale */ Vec3, /* rotate */ Quaternion, /* shear */ Vec3, /* perspective */ Vec4 ]
@@ -1615,12 +1615,6 @@ export interface Point {
1615
1615
  * @returns the distance between the two points
1616
1616
  */
1617
1617
  distance(b: Point): [ /* returnType */ number, /* d_x */ number, /* d_y */ number ]
1618
- /**
1619
- * Computes the squared distance between `a` and `b`.
1620
- * @param b a #graphene_point_t
1621
- * @returns the distance between the two points, squared
1622
- */
1623
- distance_squared(b: Point): number
1624
1618
  /**
1625
1619
  * Checks if the two points `a` and `b` point to the same
1626
1620
  * coordinates.
package/graphene-1.0.d.ts CHANGED
@@ -912,7 +912,7 @@ interface Matrix {
912
912
  * [CSS3 Transforms specification](http://dev.w3.org/csswg/css-transforms/);
913
913
  * specifically, the decomposition code is based on the equivalent code
914
914
  * published in "Graphics Gems II", edited by Jim Arvo, and
915
- * [available online](http://web.archive.org/web/20150512160205/http://tog.acm.org/resources/GraphicsGems/gemsii/unmatrix.c).
915
+ * [available online](http://tog.acm.org/resources/GraphicsGems/gemsii/unmatrix.c).
916
916
  * @returns `true` if the matrix could be decomposed
917
917
  */
918
918
  decompose(): [ /* returnType */ boolean, /* translate */ Vec3, /* scale */ Vec3, /* rotate */ Quaternion, /* shear */ Vec3, /* perspective */ Vec4 ]
@@ -1617,12 +1617,6 @@ interface Point {
1617
1617
  * @returns the distance between the two points
1618
1618
  */
1619
1619
  distance(b: Point): [ /* returnType */ number, /* d_x */ number, /* d_y */ number ]
1620
- /**
1621
- * Computes the squared distance between `a` and `b`.
1622
- * @param b a #graphene_point_t
1623
- * @returns the distance between the two points, squared
1624
- */
1625
- distance_squared(b: Point): number
1626
1620
  /**
1627
1621
  * Checks if the two points `a` and `b` point to the same
1628
1622
  * coordinates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/graphene-1.0",
3
- "version": "1.0.0-3.2.2",
3
+ "version": "1.0.0-3.2.4",
4
4
  "description": "GJS TypeScript type definitions for Graphene-1.0, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "graphene-1.0.js",
@@ -25,9 +25,9 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit graphene-1.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.2",
29
- "@girs/glib-2.0": "^2.77.0-3.2.2",
30
- "@girs/gobject-2.0": "^2.77.0-3.2.2"
28
+ "@girs/gjs": "^3.2.4",
29
+ "@girs/glib-2.0": "^2.78.0-3.2.4",
30
+ "@girs/gobject-2.0": "^2.78.0-3.2.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "*"