Hey, I am pulling data from the RWR system for a plugin I'm working on and I have a few questions. What property should I pull from to get/calculate the relative bearing of a spike on the RWR? From what I can tell TargetSignatureData.position returns an (x,y) of TargetSignatureData.geoPos (x,y,z). I also notice that there is a pingPosition and a predictedPosition property there as well, but from testing I can't tell how I can use what it returns to calculate relative bearing.