Skip to main content

Module coeff

Module coeff 

Source
Expand description

SkMatrix 九个系数在 Matrix::mat 中的下标(kMScaleXkMPersp2)。 Indices of the nine coeffs in Matrix::mat (kMScaleX …).

Constants§

M_PERSP_0
透视行第一列系数。Perspective row, first coeff.
M_PERSP_1
透视行第二列系数。Perspective row, second coeff.
M_PERSP_2
透视行第三列系数(通常为 1)。Perspective row, third coeff (often 1).
M_SCALE_X
scaleX(x 方向缩放)。scaleX.
M_SCALE_Y
scaleY(y 方向缩放)。scaleY.
M_SKEW_X
skewX(x 受 y 影响的错切)。skewX.
M_SKEW_Y
skewY(y 受 x 影响的错切)。skewY.
M_TRANS_X
transX(x 平移)。transX.
M_TRANS_Y
transY(y 平移)。transY.