File tree Expand file tree Collapse file tree
packages/modeling/src/geometries Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 */
89export const plane = ( polygon ) => {
You can’t perform that action at this time.
0 commit comments