mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix missing Synopsis
This commit is contained in:
parent
7368878256
commit
1f88bbadb8
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ function point4d(p, fill=0) = assert(is_list(p))
|
||||||
// pt = path4d(points, [fill]);
|
// pt = path4d(points, [fill]);
|
||||||
// Topics: Coordinates, Points, Paths
|
// Topics: Coordinates, Points, Paths
|
||||||
// See Also: point2d(), path2d(), point3d(), path3d(), point4d()
|
// See Also: point2d(), path2d(), point3d(), path3d(), point4d()
|
||||||
// Convert a path to 4d.
|
// Synopsis: Convert a path to 4d.
|
||||||
// Description:
|
// Description:
|
||||||
// Returns a list of 4D vectors/points from a list of 2D or 3D vectors/points.
|
// Returns a list of 4D vectors/points from a list of 2D or 3D vectors/points.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
|
|
|
@ -427,7 +427,7 @@ function hstack(M1, M2, M3) =
|
||||||
// bmat = block_matrix([[M11, M12,...],[M21, M22,...], ... ]);
|
// bmat = block_matrix([[M11, M12,...],[M21, M22,...], ... ]);
|
||||||
// Topics: Matrices, Arrays
|
// Topics: Matrices, Arrays
|
||||||
// See Also: column(), submatrix()
|
// See Also: column(), submatrix()
|
||||||
// Make a new matrix from a block of matrices.
|
// Synopsis: Make a new matrix from a block of matrices.
|
||||||
// Description:
|
// Description:
|
||||||
// Create a block matrix by supplying a matrix of matrices, which will
|
// Create a block matrix by supplying a matrix of matrices, which will
|
||||||
// be combined into one unified matrix. Every matrix in one row
|
// be combined into one unified matrix. Every matrix in one row
|
||||||
|
|
Loading…
Reference in a new issue