|
Jafar
|
A structure to store correspondance between angle and their cos / sin. More...
A structure to store correspondance between angle and their cos / sin.
Definition at line 19 of file Stereosimu.hpp.
#include <Stereosimu.hpp>
Public Member Functions | |
| CosSin (double ang, double cos, double sin) | |
Public Attributes | |
| double | _angle |
| the angle | |
| double | _cos |
| cos(angle) | |
| double | _sin |
| sin(angle) | |
| Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |
|