利用者・トーク:Nazg-gul/MaskEditor

提供: wiki
2012年2月6日 (月) 05:46時点におけるwiki>Xatによる版 (Created page with "About ZanQdo's comment and the solution you propose. I think, because the transformation apply to the entire spline and not to a single point, it would be better to use: float t...")
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

About ZanQdo's comment and the solution you propose. I think, because the transformation apply to the entire spline and not to a single point, it would be better to use:

float transform_matrix[3][3];

instead of

float offset[2];

that would permit to fine tune rotation, scaling and possibly shear/skew instead of just an position offset.