mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-08 03:41:55 +00:00
Corrected 'Summary' block to 'Synopsis'
This commit is contained in:
parent
ec7656c4b2
commit
0c9ecd9ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ function bilerp(points,x,y) =
|
|||
|
||||
|
||||
// Function: slerp()
|
||||
// Summary: Spherical lerp(), great-circle interpolation on a unit sphere.
|
||||
// Synopsis: Spherical lerp(), great-circle interpolation on a unit sphere.
|
||||
// Topics: Interpolation, Math
|
||||
// See Also: slerpn(), lerp()
|
||||
// Usage:
|
||||
|
|
|
|||
Loading…
Reference in a new issue