본문 바로가기

Dev Platfrom/01. Android

Matrix

Matrix


1. Matrix 행렬값

Matrix[0] : MSCALE_X - Width 확대 비율

Matrix[1] : MSKEW_X - 3차원일 때 x 의 구부리는 정도

Matrix[2] : MTRANS_X - 옮길 x 좌표

Matrix[3] : MSKEW_Y - 3차원일 때 y의 구부리는 정도

Matrix[4] : MSCALE_Y - Height 확대 비율

Matrix[5] : MTRANS_Y - 옮길 y 좌표

Matrix[6] : MPERSP_0

Matrix[7] : MPERSP_1

Matrix[8] : MPERSP_2

     

    'Dev Platfrom > 01. Android' 카테고리의 다른 글

    Android 푸시알림  (0) 2013.02.01
    Android AsyncTask  (0) 2013.01.16
    startActivityForResult  (0) 2012.12.20
    Android SNS 연동(facebook / twitter)  (0) 2012.12.20
    Parcelable  (0) 2012.12.18