Searched refs:rotx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2070 float rx, ry, rotx; local
2082 rotx = args[2] / 180.0f * NSVG_PI; // x rotation angle
2106 sinrx = sinf(rotx);
2107 cosrx = cosf(rotx);

Completed in 37 milliseconds