AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Protected 成员函数 | Private 属性 | 静态 Private 属性 | 所有成员列表
com.ab.view.app.AbRotate3dAnimation2类 参考
类 com.ab.view.app.AbRotate3dAnimation2 继承关系图:

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旋转

作者
原作者 QQ:250333410
版本
v1.0
日期
:2013-12-11 上午11:36:37

构造及析构函数说明

com.ab.view.app.AbRotate3dAnimation2.AbRotate3dAnimation2 ( float  fromDegree,
float  toDegree,
float  left,
float  top,
float  centerX,
float  centerY 
)
inline

Instantiates a new ab rotate3d animation2.

参数
fromDegreethe from degree
toDegreethe to degree
leftthe left
topthe top
centerXthe center x
centerYthe center y

成员函数说明

void com.ab.view.app.AbRotate3dAnimation2.applyTransformation ( float  interpolatedTime,
Transformation  t 
)
inlineprotected
void com.ab.view.app.AbRotate3dAnimation2.initialize ( int  width,
int  height,
int  parentWidth,
int  parentHeight 
)
inline

类成员变量说明

Camera com.ab.view.app.AbRotate3dAnimation2.mCamera
private

The m camera.

float com.ab.view.app.AbRotate3dAnimation2.mCenterX
private

The m center x.

float com.ab.view.app.AbRotate3dAnimation2.mCenterY
private

The m center y.

float com.ab.view.app.AbRotate3dAnimation2.mFromDegree
private

The m from degree.

float com.ab.view.app.AbRotate3dAnimation2.mLeft
private

The m left.

float com.ab.view.app.AbRotate3dAnimation2.mToDegree
private

The m to degree.

float com.ab.view.app.AbRotate3dAnimation2.mTop
private

The m top.

final String com.ab.view.app.AbRotate3dAnimation2.TAG = "Rotate3d"
staticprivate

The Constant TAG.


该类的文档由以下文件生成: