Re: [sympy] Change sympy's coordinate system to be the same as OpenGL's one

2019-12-07 Thread Oscar Benjamin
This is the right place to ask this question. You can also ask on StackOverflow. On Sat, 7 Dec 2019 at 21:20, Jaime Resano Aisa wrote: > Well I'm having issues coding a geometry program and I thought it could be > a problem with the axis correspondency, but if that is not the case it is > my

Re: [sympy] Change sympy's coordinate system to be the same as OpenGL's one

2019-12-07 Thread Jaime Resano Aisa
Well I'm having issues coding a geometry program and I thought it could be a problem with the axis correspondency, but if that is not the case it is my fault! Thanks for your answer! Is this an appropiate site to ask this kind of questions? El sábado, 7 de diciembre de 2019, 18:02:34

Re: [sympy] Change sympy's coordinate system to be the same as OpenGL's one

2019-12-07 Thread Oscar Benjamin
What do you mean that SymPy uses a different coordinate system to OpenGL? If you are referring to the fact that OpenGL uses a left-handed coordinate system then that shouldn't matter. SymPy doesn't have any handedness in its coordinate system because that doesn't come into any of the equations