Clarify optionality of head tracker velocity
Bug: 218911221 Test: n/a, comment change only Change-Id: I2645114727c452df8d53ad015736f9f2d8d5b6e2
This commit is contained in:
parent
454950128e
commit
03e15d8e8f
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ parcelable Event {
|
|||
* velocity of the head (relative to itself), in radians per second.
|
||||
* The direction of this vector indicates the axis of rotation, and
|
||||
* the magnitude indicates the rate of rotation.
|
||||
* If this head tracker sensor instance does not support detecting
|
||||
* velocity, then these fields must be set to 0.
|
||||
*/
|
||||
float vx;
|
||||
float vy;
|
||||
|
|
Loading…
Reference in a new issue