#include <cuproj/detail/utility/cuda.hpp>
#include <cuproj/ellipsoid.hpp>
#include <cuproj/operation/operation.cuh>
#include <cuproj/projection_parameters.hpp>
#include <thrust/iterator/transform_iterator.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | cuproj::offset_scale_cartesian_coordinates< Coordinate, T > |
Given Cartesian coordinates (x, y) in meters, offset and scale them to the projection's origin and scale (ellipsoidal semi-major axis). More... | |