Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed May 22, 2024
1 parent b0e9599 commit 9ee13f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/drawing/curvesAndShapes.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
layout: default
title: Curves and shapes
parent: Drawing
last_modified_at: 2024.05.22 14:20:54 +0200
last_modified_at: 2024.05.22 14:50:56 +0200
nav_order: 150
has_children: false
---
Expand Down Expand Up @@ -308,7 +308,7 @@ or in the
### Rectified ShapeContour

The `ut` argument in the `ShapeContour.position()` and `ShapeContour.normal()` methods
[does not specify a linear position](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour/position.html)
[does not specify a linear position](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path/position.html)
between the start and the end of the contour.

By using rectified contours (defined in `orx-shapes`) we can
Expand Down Expand Up @@ -452,7 +452,7 @@ fun main() = application {
#### reversed, close(), transform(), ...

For more properties and methods explore the
[API website](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path/position.html)
[API website](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour/index.html)
or the
[source code](https://github.com/openrndr/openrndr/tree/master/openrndr-shape/src/commonMain/kotlin/org/openrndr/shape).

Expand Down

0 comments on commit 9ee13f7

Please sign in to comment.