logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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