You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to implement the 2D projective geometric algebra examples from ganja. Implementing the cheat sheet and translating the code seems not to hard, but I do not yet understand I should create an interface between Grassmann and the julia plotting ecosystem. So maybe the question is a bit broad, but how can I translate e.g. a point or line (Chain or Multivector) into an "ordinary" 2D point or line which I can plot with Plots/Makie etc.? I saw your nice plots of vectorfields, so it is obviously possible - but maybe you can give or point me to some more examples. :)
Edit: I'm using @basis "0,1,1" as basis for 2D PGA, which is hopefully correct. (?)
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to implement the 2D projective geometric algebra examples from ganja. Implementing the cheat sheet and translating the code seems not to hard, but I do not yet understand I should create an interface between Grassmann and the julia plotting ecosystem. So maybe the question is a bit broad, but how can I translate e.g. a point or line (Chain or Multivector) into an "ordinary" 2D point or line which I can plot with Plots/Makie etc.? I saw your nice plots of vectorfields, so it is obviously possible - but maybe you can give or point me to some more examples. :)
Edit: I'm using
@basis "0,1,1"
as basis for 2D PGA, which is hopefully correct. (?)The text was updated successfully, but these errors were encountered: