How is VisionOS RealityKit calculating it’s rotation (roll pitch yaw)?
Problem Apple has an object for tracking the wrist such as anchor.originFromAnchorTransform and on this object, there is a rotation field that is protected so I can’t access it, but it gets printed if you print anchor like this. I’m trying to reproduce the values that HandAnchor has calculated from the transformation matrix but I […]