Skip to content

Commit 68bb298

Browse files
committed
changes to reference docs
1 parent 63bc7fd commit 68bb298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py5_docs/Reference/api_en/Sketch_quadratic_vertices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ subcategory = vertex
99
quadratic_vertices(coordinates: Iterator[Iterator[float]], /) -> None
1010

1111
@@ variables
12-
coordinates: Iterator[Iterator[float]] - missing variable description
12+
coordinates: Iterator[Iterator[float]] - 2D array of quadratic vertex coordinates with 4 or 6 columns for 2D or 3D points, respectively
1313

1414
@@ description
1515
Create a collection of quadratic vertices. The purpose of this method is to provide an alternative to repeatedly calling [](sketch_quadratic_vertex) in a loop. For a large number of quadratic vertices, the performance of `quadratic_vertices()` will be much faster.

0 commit comments

Comments
 (0)