1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 17:00:00 +02:00

update doc

This commit is contained in:
Justin Lin
2022-04-04 10:41:56 +08:00
parent 770adea91f
commit 659654f533

View File

@@ -6,8 +6,8 @@ Linear interpolate the vector v1 to v2.
## Parameters
- `v1` : the vector v1.
- `v2` : the vector v2.
- `v1` : The vector v1.
- `v2` : The vector v2.
- `amt` : The amount of interpolation. Some value between 0.0 and 1.0.
## Examples