Apollo 10.0
自动驾驶开放平台
sin_table.h 文件参考

Exports the SIN_TABLE, used by the Angle class. 更多...

此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  apollo::common::math
 apollo::common::math
 
namespace  apollo
 class register implement
 
namespace  apollo::common
 apollo::common
 

宏定义

#define SIN_TABLE_SIZE   16385
 Used by Angle class to speed-up computation of trigonometric functions.
 

详细描述

Exports the SIN_TABLE, used by the Angle class.

在文件 sin_table.h 中定义.

宏定义说明

◆ SIN_TABLE_SIZE

#define SIN_TABLE_SIZE   16385

Used by Angle class to speed-up computation of trigonometric functions.

在文件 sin_table.h33 行定义.