1 #ifndef GeometryVector_PhiInterval_H 2 #define GeometryVector_PhiInterval_H 13 auto dphi = 0.5f * (phi2 - phi1);
14 auto phi = phi1 + dphi;
bool inside(Basic3DVector< T > const &v) const
PhiInterval(float ix, float iy, float dphi)
Sin< T >::type sin(const T &t)
constexpr T proxim(T b, T a)
Cos< T >::type cos(const T &t)
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t ix(uint32_t id)
PhiInterval(float phi1, float phi2)
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t iy(uint32_t id)
bool inside(float ix, float iy) const