Searched defs:plane_angle (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/units/systems/si/ |
D | plane_angle.hpp | 22 typedef unit<plane_angle_dimension,si::system> plane_angle; typedef
|
/third_party/boost/boost/units/systems/angle/ |
D | degrees.hpp | 31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle degree unit const… typedef
|
D | gradians.hpp | 31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle gradian unit const… typedef
|
D | revolutions.hpp | 31 typedef unit<plane_angle_dimension,system> plane_angle; ///< angle revolution unit co… typedef
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 590 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/ |
D | abstract.hpp | 67 typedef unit<plane_angle_dimension,system> plane_angle; ///< abstract unit of … typedef
|
/third_party/boost/libs/units/example/ |
D | systems.cpp | 56 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(angle,arcminute,plane_angle) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() argument
|