logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcMatrixRotate - Rotate a matrix

Description

FcMatrixRotate rotates matrix by the angle who's sine is sin and cosine is cos. This is done by multiplying by the matrix: cos -sin sin cos Fontconfig 2.15.0 04 July 2025 FcMatrixRotate(3)

Name

FcMatrixRotate - Rotate a matrix

Synopsis

#include<fontconfig/fontconfig.h>voidFcMatrixRotate(FcMatrix*matrix,doublecos,doublesin);

See Also