Home
last modified time | relevance | path

Searched defs:plane_angle (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/units/systems/si/
Dplane_angle.hpp22 typedef unit<plane_angle_dimension,si::system> plane_angle; typedef
/third_party/boost/boost/units/systems/angle/
Ddegrees.hpp31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle degree unit const… typedef
Dgradians.hpp31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle gradian unit const… typedef
Drevolutions.hpp31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle revolution unit co… typedef
/third_party/boost/boost/units/
Dcmath.hpp590 cos(const quantity<si::plane_angle,Y>& theta) in cos()
600 sin(const quantity<si::plane_angle,Y>& theta) in sin()
610 tan(const quantity<si::plane_angle,Y>& theta) in tan()
/third_party/boost/boost/units/systems/
Dabstract.hpp67 typedef unit<plane_angle_dimension,system> plane_angle; ///< abstract unit of … typedef
/third_party/boost/libs/units/example/
Dsystems.cpp56 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(angle,arcminute,plane_angle) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() argument