19 #ifndef SNARK_SENSORS_IMPL_ANGLE_H_
20 #define SNARK_SENSORS_IMPL_ANGLE_H_
22 namespace snark {
namespace velodyne {
namespace impl {
26 static double sin(
unsigned int angle );
27 static double cos(
unsigned int angle );
32 #endif // #ifndef SNARK_SENSORS_IMPL_ANGLE_H_