Searched refs:coord1_t (Results 1 – 1 of 1) sorted by relevance
106 typedef typename coordinate_type<Point1>::type coord1_t; in apply() typedef115 typedef math::detail::constants_on_spheroid<coord1_t, units_t> constants1; in apply()119 coord1_t const a0 = geometry::get<0>(segment_a); in apply()120 coord1_t const a1 = geometry::get<1>(segment_a); in apply()121 coord1_t const b0 = geometry::get<0>(segment_b); in apply()122 coord1_t const b1 = geometry::get<1>(segment_b); in apply()125 coord1_t const pi_half1 = constants1::max_latitude(); in apply()