docs/html/pi_8h.html
| | Jetson Inference
DNN Vision Library |
pi.h File Reference
Go to the source code of this file.
|
|
| #define | PI 3.1415926535897932384626433832795f |
| | Constant representing PI. More...
|
| |
| #define | TWO_PI 6.283185307179586476925286766559f |
| | Constant representing two PI. More...
|
| |
| #define | PI_OVER_TWO 1.5707963267948966192313216916398f; |
| | Constant representing PI over two. More...
|
| |
| #define | DEG_TO_RAD 0.017453292519943295769236907684886f |
| | Constant for converting from degrees to radians. More...
|
| |
| #define | RAD_TO_DEG 57.295779513082320876798154814105f |
| | Constant for converting from radians to degrees. More...
|
| |