Trigonomectric constants Polar and spherical to rectangular coordinates transform
Dependents: DISCO-F746NG_Lidar ZAILLEL_Interface
Revision 6:690d6de2df16, committed 2012-12-24
- Comitter:
- cromda
- Date:
- Mon Dec 24 10:51:03 2012 +0000
- Parent:
- 5:b07cac89c306
- Commit message:
- Add degre ASCII symbol
Changed in this revision
Trigo.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b07cac89c306 -r 690d6de2df16 Trigo.h --- a/Trigo.h Sat Dec 08 21:54:57 2012 +0000 +++ b/Trigo.h Mon Dec 24 10:51:03 2012 +0000 @@ -98,6 +98,12 @@ */ const float degre = Pi/180.0; +/** degre ASCII symbol +* +* @param degre_symbol = '°' +*/ +const char degre_symbol = 0xF8; + /** rectangular to polar coordinates (r : radius, a : angle) transform * * @param x : x coordinate