Hello, I have been working with the geometry module for the past one month and have successfully submitted a few patches for it.Currently the module supports only till 2 dimensions ,so I would like extend this to include 3 dimensions.This is a rough idea of what I have thought until now: 1)Make appropriate changes to the Point class(as it only supports 2-d points) 2)Same applies for the Line class. 3)Write a new class for Planes.(as they are an important part of 3-d geometry) 4)Using the above changes and applying it to the conics supported(Ellipse,Circle)
This a gist of it.Your suggestions on the idea will be valuable. Akshay. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
