释义 |
- 1
The example application is really not concerned with the accuracy of the sensors, but rather the current X, Y, and Z values of the sensors. 示例应用程序不关心传感器的准确度,但关注传感器当前的 X、Y 和 Z 值。 - 2
Transform.postTranslate(float tx, float ty, float tz): Moves the 3D object by adding the given values to the x, y, and z coordinates. postTranslate(float tx, float ty, float tz):通过为 x、y 和 z 坐标增加指定值移动 3D 对象。 - 3
z = Round(Total number of rows / number of values in a minibin (y)) z = Round(总行数 / 迷你箱状图的值的数量(y))
|