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_sin_cos()/cf_sin_cos(1.0f)
function.
Related Pages¶
cf_mul_T_sc_v2
cf_sincos
cf_sincos_f
cf_x_axis
cf_y_axis
cf_mul_sc_v2