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