Package viam.app.v1
Interface Robot.TranslationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.Translation
,Robot.Translation.Builder
- Enclosing class:
- Robot
public static interface Robot.TranslationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getX
double getX()double x = 1 [json_name = "x"];
- Returns:
- The x.
-
getY
double getY()double y = 2 [json_name = "y"];
- Returns:
- The y.
-
getZ
double getZ()double z = 3 [json_name = "z"];
- Returns:
- The z.
-