xyz I seem to have run into an issue for some reason the data I am getting back seems to be incorrect.
This is the data I expect:
[(-0.032415, -0.840178, -0.541341), (-0.034749, -0.813649, -0.580316), (-0.037005, -0.785307, -0.617999), (-0.039179, -0.755216, -0.654305), (-0.041266, -0.723441, -0.689152), (-0.04326, -0.690054, -0.722464), (-0.045159, -0.65513, -0.754166), (-0.046956, -0.618745, -0.784187), (-0.048649, -0.580982, -0.812461)]
This is the data I am receiving:
[(-0.032414, -0.84018, -0.541338), (0, -0.032414, -0.84018), (-0.541338, 0, -0.032414), (-0.84018, -0.541338, 0), (-0.032414, -0.84018, -0.541338), (0, -0.032414, -0.84018), (-0.541338, 0, -0.032414), (-0.84018, -0.541338, 0), (-0.032414, -0.84018, -0.541338)]
Notice how the 0 shifts over every time? o.O
Edit: Both Arrays are 9 in size just so you know