Interface CineastGrpc.MotionQueryContainer.MotionPath.PointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CineastGrpc.MotionQueryContainer.MotionPath.Point, CineastGrpc.MotionQueryContainer.MotionPath.Point.Builder
Enclosing class:
CineastGrpc.MotionQueryContainer.MotionPath

public static interface CineastGrpc.MotionQueryContainer.MotionPath.PointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float x = 1;
    float
    float y = 2;

    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 Details

    • getX

      float getX()
      float x = 1;
      Returns:
      The x.
    • getY

      float getY()
      float y = 2;
      Returns:
      The y.