orientation property
- @TagNumber(1)
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)
$9.Orientation get orientation => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set orientation($9.Orientation v) { setField(1, v); }