mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
doc fix
This commit is contained in:
parent
f1b9d04a3d
commit
88e0c6aa15
1 changed files with 2 additions and 2 deletions
|
@ -1332,8 +1332,8 @@ function is_2d_transform(t) = // z-parameters are zero, except we allow t[2][
|
||||||
// except possibly by scaling it. When points contains 2D data you can also supply the transform as
|
// except possibly by scaling it. When points contains 2D data you can also supply the transform as
|
||||||
// a 3x3 affine transformation matrix or the corresponding 2x3 matrix with the last row deleted.
|
// a 3x3 affine transformation matrix or the corresponding 2x3 matrix with the last row deleted.
|
||||||
// .
|
// .
|
||||||
// Any other combination of matrices will produce an error. The output of apply is always the same
|
// Any other combination of matrices will produce an error, including acting with a 2D matrix (3x3) on 3D data.
|
||||||
// dimension as the input---projections are not supported.
|
// The output of apply is always the same dimension as the input---projections are not supported.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// transform = The 2D (3x3 or 2x3) or 3D (4x4 or 3x4) transformation matrix to apply.
|
// transform = The 2D (3x3 or 2x3) or 3D (4x4 or 3x4) transformation matrix to apply.
|
||||||
// points = The point, point list, bezier patch, or VNF to apply the transformation to.
|
// points = The point, point list, bezier patch, or VNF to apply the transformation to.
|
||||||
|
|
Loading…
Reference in a new issue