mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +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]);
|
||||
// Topics: Coordinates, Points, Paths
|
||||
// See Also: point2d(), path2d(), point3d(), path3d(), point4d()
|
||||
// Convert a path to 4d.
|
||||
// Synopsis: Convert a path to 4d.
|
||||
// Description:
|
||||
// Returns a list of 4D vectors/points from a list of 2D or 3D vectors/points.
|
||||
// Arguments:
|
||||
|
|
|
@ -427,7 +427,7 @@ function hstack(M1, M2, M3) =
|
|||
// bmat = block_matrix([[M11, M12,...],[M21, M22,...], ... ]);
|
||||
// Topics: Matrices, Arrays
|
||||
// See Also: column(), submatrix()
|
||||
// Make a new matrix from a block of matrices.
|
||||
// Synopsis: Make a new matrix from a block of matrices.
|
||||
// Description:
|
||||
// Create a block matrix by supplying a matrix of matrices, which will
|
||||
// be combined into one unified matrix. Every matrix in one row
|
||||
|
|
Loading…
Reference in a new issue