I work with ARAnchor in my project and I want to get the position (3D) from this anchor.
The code:
sceneView.session.currentFrame?.anchors.first?.transform.transpose
return me a float4x4 SIMD vector
.
But what means the separate values?
My vector:
[-0.030081563, 0.999284570, 0.022921648, 0.06462159],
[ 0.574515400, -0.0014799305, 0.8184924, -0.47270963],
[ 0.0, 0.0, 0.0, 1.0 ]