I am using unity to track the position of two different objects and calculate distance between them. I have fixed my object A as my Word Center which mean that object A position is fixed. Now when camera detect object A vuforia assign position to the camera with refrence to object A. If i move camera object A position remain same but camera position changes which is fine. Now i introduce object B to the camera view and when it detect object B it assign position to Object B. The position of object B is reference to what ? camera or object A. ? If i move camera the position of object B changes which should not change if i have my word Center fixed to object A.
How Vuforia assign position to object B.? or how to calculate distance between these two objects.?