Skip to content

Commit

Permalink
GRIDEDIT-757 Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Oct 27, 2023
1 parent 9da956b commit 6db07ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/MeshKernel/include/MeshKernel/ProjectionConversions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ namespace meshkernel
class ConvertSphericalToCartesianBase
{
public:
/// @brief
/// @brief point in longitude-latitude space
using LongLat = bg::model::d2::point_xy<double, bg::cs::geographic<bg::degree>>;

/// @brief
/// @brief Point in x-y space
using UTM = bg::model::d2::point_xy<double, Projection>;

/// @brief Constructor with projection
ConvertSphericalToCartesianBase(const ProjectionConversion& proj) : projection(proj) {}

/// @brief The coordinate system of the point parameter to the conversion operation.
Expand Down

0 comments on commit 6db07ee

Please sign in to comment.