Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duy committed Oct 30, 2024
1 parent 8d73e63 commit 9d75a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions symja_android_library/doc/functions/AnglePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ AnglePath({phi1, phi2, ...})
> returns the points formed by a turtle starting at `{0, 0}` and angled at `0` degrees going through the turns given by angles`phi1, phi2, ...` and using distance `1` for each step.
```
AnglePath({{r1, phi1}, {r2, phi2}, ...})'
AnglePath({{r1, phi1}, {r2, phi2}, ...})
```

> instead of using `1` as distance, use `$r1$, $r2$, ...` as distances for the respective steps.
```
AnglePath({{x, y}, phi0}, {phi1, phi2, ...})'
AnglePath({{x, y}, phi0}, {phi1, phi2, ...})
```

> specifies initial position `{x, y}` and initial direction `phi0`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ AnglePath({phi1, phi2, ...})
> returns the points formed by a turtle starting at `{0, 0}` and angled at `0` degrees going through the turns given by angles`phi1, phi2, ...` and using distance `1` for each step.
```
AnglePath({{r1, phi1}, {r2, phi2}, ...})'
AnglePath({{r1, phi1}, {r2, phi2}, ...})
```

> instead of using `1` as distance, use `$r1$, $r2$, ...` as distances for the respective steps.
```
AnglePath({{x, y}, phi0}, {phi1, phi2, ...})'
AnglePath({{x, y}, phi0}, {phi1, phi2, ...})
```

> specifies initial position `{x, y}` and initial direction `phi0`.
Expand Down

0 comments on commit 9d75a85

Please sign in to comment.