mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-10 17:33:57 +02:00
Typo in comment.
This commit is contained in:
@@ -4283,7 +4283,7 @@ Layout objects in a line with equal gaps given a vector of their widths.
|
|||||||
---
|
---
|
||||||
<a name="Maths"></a>
|
<a name="Maths"></a>
|
||||||
## Maths
|
## Maths
|
||||||
Maths utilities for minapulating vectors and matrices.
|
Maths utilities for manipulating vectors and matrices.
|
||||||
|
|
||||||
|
|
||||||
[utils/maths.scad](utils/maths.scad) Implementation.
|
[utils/maths.scad](utils/maths.scad) Implementation.
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
//! Maths utilities for minapulating vectors and matrices.
|
//! Maths utilities for manipulating vectors and matrices.
|
||||||
//
|
//
|
||||||
function sqr(x) = x * x;
|
function sqr(x) = x * x;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user