vectorDegrees property

  1. @TagNumber(3)
Orientation_OrientationVectorDegrees get vectorDegrees

Implementation

@$pb.TagNumber(3)
Orientation_OrientationVectorDegrees get vectorDegrees => $_getN(2);
  1. @TagNumber(3)
set vectorDegrees (Orientation_OrientationVectorDegrees v)

Implementation

@$pb.TagNumber(3)
set vectorDegrees(Orientation_OrientationVectorDegrees v) { setField(3, v); }