orientation property

  1. @TagNumber(2)
Orientation get orientation

The orientation from the reference frame to the camera.

Implementation

@$pb.TagNumber(2)
$16.Orientation get orientation => $_getN(1);
  1. @TagNumber(2)
set orientation (Orientation v)

Implementation

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