I\'m using ARKit and trying to get the position of the camera as a rotation and (x,y,z) coordinates in real world space. All I can manage to get is a matrix_float4x4>
A good way to figure this out is to learn about 4x4 matrices as they are really the basis for all 3D visualization and mathematics.
Some resources to get you started: