mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fixed {{list_to_matrix}} link.
This commit is contained in:
parent
6e89be0df3
commit
c9701c1a00
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ function submatrix_set(M,A,m=0,n=0) =
|
||||||
// Description:
|
// Description:
|
||||||
// Constructs a matrix by horizontally "stacking" together compatible matrices or vectors. Vectors are treated as columsn in the stack.
|
// Constructs a matrix by horizontally "stacking" together compatible matrices or vectors. Vectors are treated as columsn in the stack.
|
||||||
// This command is the inverse of `column`. Note: strings given in vectors are broken apart into lists of characters. Strings given
|
// This command is the inverse of `column`. Note: strings given in vectors are broken apart into lists of characters. Strings given
|
||||||
// in matrices are preserved as strings. If you need to combine vectors of strings use {{list_to_matrix}} as shown below to convert the
|
// in matrices are preserved as strings. If you need to combine vectors of strings use {{list_to_matrix()}} as shown below to convert the
|
||||||
// vector into a column matrix. Also note that vertical stacking can be done directly with concat.
|
// vector into a column matrix. Also note that vertical stacking can be done directly with concat.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// M1 = If given with other arguments, the first matrix (or vector) to stack. If given alone, a list of matrices/vectors to stack.
|
// M1 = If given with other arguments, the first matrix (or vector) to stack. If given alone, a list of matrices/vectors to stack.
|
||||||
|
|
Loading…
Reference in a new issue