orientation property

  1. @TagNumber(1)
Orientation orientation

Orientation is returned as an orientation message with OX OY OZ as unit-normalized components of the axis of the vector, and Theta in degrees

Implementation

@$pb.TagNumber(1)
$14.Orientation get orientation => $_getN(0);
  1. @TagNumber(1)
void orientation=(Orientation v)

Implementation

@$pb.TagNumber(1)
set orientation($14.Orientation v) { setField(1, v); }