mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed turtle() docs truncation issue.
This commit is contained in:
parent
b0a57dab7d
commit
05827785f5
2 changed files with 2 additions and 2 deletions
|
@ -406,7 +406,7 @@ function _normal_segment(p1,p2) =
|
|||
// origin, pointed along the positive x axis with a movement distance of 1. By default, `turtle` returns just
|
||||
// the computed turtle path. If you set `full_state` to true then it instead returns the full turtle state.
|
||||
// You can invoke `turtle` again with this full state to continue the turtle path where you left off.
|
||||
//
|
||||
//
|
||||
// The turtle state is a list with three entries: the path constructed so far, the current step as a 2-vector, and the current default angle.
|
||||
//
|
||||
// For the list below, `dist` is the current movement distance.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,201];
|
||||
BOSL_VERSION = [2,0,202];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue