CF_M3x2¶
Category: math
GitHub: cute_math.h
2d transformation.
Struct Members | Description |
---|---|
CF_M2x2 m |
The top-left 2x2 matrix representing scale + rotation. |
CF_V2 p |
The position column of the matrix. |
Remarks¶
Mostly useful for graphics and not physics colliders, since it supports scale.
Related Pages¶
cf_invert
cf_mul_m32_v2
cf_mul_m32
cf_make_identity
cf_make_translation
cf_make_scale
cf_make_rotation
cf_make_transform_TSR