Replies: 2 comments
-
Sincerely, may I ask how teachers can solve this problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you just forgot to draw the result of the voronoi operator, here is one example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a tutorial on how to use Voronoi on the official website
Now I have made a Tyson polygon according to the instructions on the official website.
code:list var0 <- voronoi([{10,10},{50,50},{90,90},{10,90},{90,10}]);
This is the output result
But when I input the interface I want, such as using the example code provided by the official website.
list var1 <- voronoi([{10,10},{50,50},{90,90},{10,90},{90,10}], square(300));
But there was no result displayed
Here is my code
Beta Was this translation helpful? Give feedback.
All reactions