It is not any of the usual ones we use to add ships to the Ooniverse.
I made some tries with adding a planet, but it won't appear where I want it to.
Examples: If I put it at
Code: Select all
position = "0 0 -1000000";
Code: Select all
position = "0 -500000 0";
Code: Select all
position = "-500000 0 0";
Obviously the z-axis of the position-command is close to (but not exactly on) the z-axis of pwm, but runs into the other direction. But the other two axes don't match with any axis in the system.
Now what I would like to have is an easy-to-do transformation from any given pwm-coordinates (that's the one on screen when pressing SHIFT-F) to the position-coordinates in a system where the witchpoint-buoy is located at pwm 0 0 500000. Then I could fly around, decide: "here I will place my planet", read the pwm-coords from the screen and transform them into the correct position-coordinates.
Is something like this possible?