We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f3f6a commit 099489eCopy full SHA for 099489e
1 file changed
src/physics/matter-js/index.js
@@ -72,3 +72,12 @@ module.exports = {
72
*
73
* @class MatterJS.Engine
74
*/
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