|
From: Paul S. <pa...@to...> - 2004-04-21 02:14:28
|
The orthodromicDistance method in the Ellipsoid class contains the following
code:
if (false) {
// 'faz' and 'baz' are forward azimuths at both points.
// Since the current API can't returns this result, it
// doesn't worth to compute it at this time.
faz = Math.atan2(tu1, tu2);
baz = Math.atan2(cu1*sx, baz*cx - su1*cu2)+Math.PI;
}
Is this intended or is an oversight?
Best regards,
Paul.
|