|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
2x2 行列(平行移動なし)。グリフ固有の変形に使う。 x' = xx*x + xy*y y' = yx*x + yy*y [詳解]
#include <typeset/geom.hpp>
公開メンバ関数 | |
| bool | isIdentity () const |
公開変数類 | |
| float | xx = 1.0f |
| float | xy = 0.0f |
| float | yx = 0.0f |
| float | yy = 1.0f |
| float typeset::Mat2::xx = 1.0f |
| float typeset::Mat2::xy = 0.0f |
| float typeset::Mat2::yx = 0.0f |
| float typeset::Mat2::yy = 1.0f |