Package com.google.type
Interface QuaternionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Quaternion
,Quaternion.Builder
public interface QuaternionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getX
double getX()The x component.
double x = 1 [json_name = "x"];
- Returns:
- The x.
-
getY
double getY()The y component.
double y = 2 [json_name = "y"];
- Returns:
- The y.
-
getZ
double getZ()The z component.
double z = 3 [json_name = "z"];
- Returns:
- The z.
-
getW
double getW()The scalar component.
double w = 4 [json_name = "w"];
- Returns:
- The w.
-