How to draw polygons in Klein model #16
Answered
by
cduck
neozhaoliang
asked this question in
Q&A
-
Is it possible to draw polygons in Klein model? In the unit disk a polygon has straight edges and I want to fill the inside with color. |
Beta Was this translation helpful? Give feedback.
Answered by
cduck
Nov 12, 2021
Replies: 1 comment 1 reply
-
Thanks for your question. The Klein model is not currently supported. To support the Klein model, you could implement a new kind of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
neozhaoliang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your question. The Klein model is not currently supported.
To support the Klein model, you could implement a new kind of
Transform
similar toTransform.diskToHalf()
used in the half-plane example. Map the Poincare coordinates to Klein using these equations.