Interface ThreeDModelRevision.CameraOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getPosition​(int index)
      repeated double position = 2;
      int getPositionCount()
      repeated double position = 2;
      List<Double> getPositionList()
      repeated double position = 2;
      double getTarget​(int index)
      repeated double target = 1;
      int getTargetCount()
      repeated double target = 1;
      List<Double> getTargetList()
      repeated double target = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTargetList

        List<Double> getTargetList()
        repeated double target = 1;
        Returns:
        A list containing the target.
      • getTargetCount

        int getTargetCount()
        repeated double target = 1;
        Returns:
        The count of target.
      • getTarget

        double getTarget​(int index)
        repeated double target = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The target at the given index.
      • getPositionList

        List<Double> getPositionList()
        repeated double position = 2;
        Returns:
        A list containing the position.
      • getPositionCount

        int getPositionCount()
        repeated double position = 2;
        Returns:
        The count of position.
      • getPosition

        double getPosition​(int index)
        repeated double position = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The position at the given index.