Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/si/plane_angle.hpp>

namespace boost {
  namespace units {
    namespace si {
      typedef unit< plane_angle_dimension, si::system > plane_angle;

      static const plane_angle radian;
      static const plane_angle radians;
    }
  }
}

PrevUpHomeNext