File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
layout : default
5
5
title : Curves and shapes
6
6
parent : Drawing
7
- last_modified_at : 2024.05.22 14:20:54 +0200
7
+ last_modified_at : 2024.05.22 14:50:56 +0200
8
8
nav_order : 150
9
9
has_children : false
10
10
---
@@ -308,7 +308,7 @@ or in the
308
308
### Rectified ShapeContour
309
309
310
310
The ` ut ` argument in the ` ShapeContour.position() ` and ` ShapeContour.normal() ` methods
311
- [ does not specify a linear position] ( https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour /position.html )
311
+ [ does not specify a linear position] ( https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path /position.html )
312
312
between the start and the end of the contour.
313
313
314
314
By using rectified contours (defined in ` orx-shapes ` ) we can
@@ -452,7 +452,7 @@ fun main() = application {
452
452
#### reversed, close(), transform(), ...
453
453
454
454
For more properties and methods explore the
455
- [ API website] ( https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path/position .html )
455
+ [ API website] ( https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour/index .html )
456
456
or the
457
457
[ source code] ( https://github.com/openrndr/openrndr/tree/master/openrndr-shape/src/commonMain/kotlin/org/openrndr/shape ) .
458
458
You can’t perform that action at this time.
0 commit comments