Apollo  6.0
Open source self driving car software
Namespaces | Macros | Variables
sin_table.h File Reference

Exports the SIN_TABLE, used by the Angle class. More...

Go to the source code of this file.

Namespaces

 apollo::common::math
 apollo::common::math
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Macros

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

Variables

const float apollo::common::math::SIN_TABLE [SIN_TABLE_SIZE]
 

Detailed Description

Exports the SIN_TABLE, used by the Angle class.

Macro Definition Documentation

◆ SIN_TABLE_SIZE

#define SIN_TABLE_SIZE   16385

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