Public 成员函数 | |
| AbRotate3dAnimation2 (float fromDegree, float toDegree, float left, float top, float centerX, float centerY) | |
| void | initialize (int width, int height, int parentWidth, int parentHeight) |
Protected 成员函数 | |
| void | applyTransformation (float interpolatedTime, Transformation t) |
Private 属性 | |
| float | mFromDegree |
| float | mToDegree |
| float | mCenterX |
| float | mCenterY |
| float | mLeft |
| float | mTop |
| Camera | mCamera |
静态 Private 属性 | |
| static final String | TAG = "Rotate3d" |
© 2012 amsoft.cn 名称:AbRotate3dAnimation2.java 描述:3d旋转
|
inline |
Instantiates a new ab rotate3d animation2.
| fromDegree | the from degree |
| toDegree | the to degree |
| left | the left |
| top | the top |
| centerX | the center x |
| centerY | the center y |
|
inlineprotected |
|
inline |
|
private |
The m camera.
|
private |
The m center x.
|
private |
The m center y.
|
private |
The m from degree.
|
private |
The m left.
|
private |
The m to degree.
|
private |
The m top.
|
staticprivate |
The Constant TAG.
1.8.8