public class

RotateAnimation

extends BaseAnimation
java.lang.Object
   ↳ com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
     ↳ com.tencent.tencentmap.mapsdk.maps.model.RotateAnimation

Class Overview

旋转动画 创建动画使用 createRotateAnimation(float, float, float, float, float)

Summary

Fields
public float mFromDegree
public float mPivoteX
public float mPivoteY
public float mPivoteZ
public float mToDegree
Public Constructors
RotateAnimation(float fromdegree, float todegree, float pivotx, float pivoty, float pivotz)
构造函数
[Expand]
Inherited Methods
From class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
From class java.lang.Object
From interface com.tencent.tencentmap.mapsdk.maps.model.Animation

Fields

public float mFromDegree

public float mPivoteX

public float mPivoteY

public float mPivoteZ

public float mToDegree

Public Constructors

public RotateAnimation (float fromdegree, float todegree, float pivotx, float pivoty, float pivotz)

构造函数

Parameters
fromdegree 初始角度
todegree 目标角度
pivotx 设置x轴坐标
pivoty 设置y轴坐标
pivotz 设置z轴坐标