public class DeviceRotation extends Object
| 构造器和说明 |
|---|
DeviceRotation(int x,
int y,
int z)
Instantiate a DeviceRotation object based on three integers.
|
DeviceRotation(Map<String,Number> map)
Instantiate a DeviceRotation object based on a
HashMap object where the keys are the axis x, y, and z respectively:
x : xVal
y : yVal
z : zVal
|