Skip to content

Commit 5e3c6d8

Browse files
committed
docs(all): cleanup of docs
1 parent a5caba6 commit 5e3c6d8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

packages/modeling/src/geometries/path2/create.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as mat4 from '../../maths/mat4/index.js'
33
/**
44
* Create an empty, open path.
55
*
6+
* @param {Array} [points] - a list of points of which to create the path
67
* @returns {Path2} a new path
78
* @alias module:modeling/path2.create
89
*

packages/modeling/src/geometries/path3/create.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as mat4 from '../../maths/mat4/index.js'
33
/**
44
* Create an empty, open path.
55
*
6+
* @param {Array} [vertices] - a list of vertices of which to create the path
67
* @returns {Path3} a new path
78
* @alias module:modeling/path3.create
89
*

packages/modeling/src/geometries/poly3/plane.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as mplane from '../../maths/plane/index.js'
33
/**
44
* Determine the plane of the given polygon.
55
*
6+
* @param {Poly3} polygon - the polygon of which to fetch the plane
67
* @alias module:modeling/poly3.plane
78
*/
89
export const plane = (polygon) => {

0 commit comments

Comments
 (0)