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 an identity with the CF_SinCos cf_sin_cos()
function.
Related Pages¶
cf_mulT_sc_v2
cf_sincos
cf_sincos_f
cf_x_axis
cf_y_axis
cf_mul_sc_v2