translation property

  1. @TagNumber(1)
Vector3 get translation

The translation from the reference frame to the camera.

Implementation

@$pb.TagNumber(1)
$16.Vector3 get translation => $_getN(0);
  1. @TagNumber(1)
set translation (Vector3 v)

Implementation

@$pb.TagNumber(1)
set translation($16.Vector3 v) { setField(1, v); }