How to get the real tranformation Matrix components

I got some issue with getting the real transformation matrix components. I get the correct values if I access the first index, but if I want to get those values directly, they are not the same - instead I get the vectors instead of the components. Here is a screenshot of my result. I want to get the values on top of the pic and I get the values at the bottom

1 Like

always the same - got the answer by myself wich always happens in the moment, I open a thread for my question :sweat_smile:

I have to use to_tuple(precision=0)

the repr output of Vector is less precise than the actual components, the number on the bottom is “more correct” but for all intents and purposes they’re both zero.

yea precision=6 should be okay for a float