We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b48897 commit ef26487Copy full SHA for ef26487
types/matter-js/index.d.ts
@@ -2963,8 +2963,9 @@ declare namespace Matter {
2963
* @method create
2964
* @param {vector[]} points
2965
* @param {body} body
2966
+ * @return {vertices} vertices
2967
*/
- static create(points: Array<Vector>, body: Body): void;
2968
+ static create(points: Array<Vector>, body: Body): Array<Vector>;
2969
2970
/**
2971
* Parses a string containing ordered x y pairs separated by spaces (and optionally commas),
0 commit comments