tmp
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
******************************************************/
|
||||
|
||||
#include "gctl/core.h"
|
||||
#include "gctl/geometry.h"
|
||||
#include "gctl/poly.h"
|
||||
#include "gctl/io.h"
|
||||
#include "gctl/utility.h"
|
||||
#include "gctl/math/geometry3d.h"
|
||||
|
||||
class HandyMan
|
||||
{
|
||||
@@ -353,7 +354,7 @@ void HandyMan::SR_GeoAngle()
|
||||
std::cin >> c[i].lon >> c[i].lat;
|
||||
}
|
||||
|
||||
std::cout << "The geo-centric angle is: " << gctl::geometry3d::angle(c[0].s2c(), c[1].s2c())*180.0/M_PI << " deg.\n";
|
||||
std::cout << "The geo-centric angle is: " << gctl::geometry3d::angle(s2c(c[0]), s2c(c[1]))*180.0/M_PI << " deg.\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user