0.3.1
Trigonometry

Functions

fix16_t fix16_sin (angle_t angle)
 Not yet documented.
 
fix16_t fix16_cos (angle_t angle)
 Not yet documented.
 
fix16_t fix16_tan (angle_t angle)
 Not yet documented.
 
void fix16_sincos (angle_t angle, fix16_t *result_sin, fix16_t *result_cos)
 Not yet documented.
 
angle_t fix16_atan2 (fix16_t y, fix16_t x)
 Not yet documented.
 

Detailed Description

Description goes here.

Function Documentation

◆ fix16_sin()

fix16_t fix16_sin ( angle_t  angle)

Not yet documented.

Parameters
angleNot yet documented.
Returns
Value.

◆ fix16_cos()

fix16_t fix16_cos ( angle_t  angle)

Not yet documented.

Parameters
angleNot yet documented.
Returns
Value.

◆ fix16_tan()

fix16_t fix16_tan ( angle_t  angle)

Not yet documented.

Parameters
angleNot yet documented.
Returns
Value.

◆ fix16_sincos()

void fix16_sincos ( angle_t  angle,
fix16_t result_sin,
fix16_t result_cos 
)

Not yet documented.

Parameters
angleNot yet documented.
[out]result_sinNot yet documented.
[out]result_cosNot yet documented.

◆ fix16_atan2()

angle_t fix16_atan2 ( fix16_t  y,
fix16_t  x 
)

Not yet documented.

Parameters
xNot yet documented.
yNot yet documented.
Returns
Value.