Skip to content

Commit 099489e

Browse files
committed
Added missing class desc
1 parent b3f3f6a commit 099489e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/physics/matter-js/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,12 @@ module.exports = {
7272
*
7373
* @class MatterJS.Engine
7474
*/
75+
76+
/**
77+
* @classdesc
78+
* The `Matter.Vertices` module contains methods for creating and manipulating sets of vertices.
79+
* A set of vertices is an array of `Matter.Vector` with additional indexing properties inserted by `Vertices.create`.
80+
* A `Matter.Body` maintains a set of vertices to represent the shape of the object (its convex hull).
81+
*
82+
* @class MatterJS.Vertices
83+
*/

0 commit comments

Comments
 (0)