Type declarations for cuproj.
More...
|
template<typename Coordinate > |
using | cuproj::device_projection = typename detail::pipeline<Coordinate> |
| A projection object that can be invoked from __device__ code to transform coordinates.
|
|
Type declarations for cuproj.
◆ device_projection
template<typename Coordinate >
A projection object that can be invoked from __device__
code to transform coordinates.
- Template Parameters
-
Coordinate | the coordinate type. This type is expected to have a value_type member type. |
Definition at line 47 of file projection.cuh.