open-dis/open-dis-java

Difference in comments to implementation

Jonoo97 opened this issue · 1 comments

Comment says Gets the Euler Theta value (in radians) from position and Tait-Brayn yaw and roll angles but implementation uses pitch not roll public static double getThetaFromTaitBryanAngles(double lat, double lon, double yaw, double pitch). This is the same for getPsiFromTaitBryanAngles.

* Gets the Euler Theta value (in radians) from position and Tait-Brayn yaw and roll angles

Thanks @Jonoo97 ! You're welcome to submit a PR if you like.