CF_SinCos¶
Category: math
GitHub: cute_math.h
Rotation about an axis composed of cos/sin pair.
| Struct Members | Description |
|---|---|
float s |
The sin component. |
float c |
The cos component. |
Remarks¶
You can construct a CF_SinCos with the function cf_sincos.