cf_cw90¶ Category: math GitHub: cute_math.h Returns the anti-skew of a vector. This acts like a 90 degree rotation clockwise. CF_V2 cf_cw90(CF_V2 a) { return cf_v2(a.y, -a.x); } Related Pages¶ CF_V2 cf_skew cf_cross cf_det2