Interface PositionOrBuilder (2.1.2)

public interface PositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getX()

public abstract float getX()

X coordinate.

float x = 1;

Returns
TypeDescription
float

The x.

getY()

public abstract float getY()

Y coordinate.

float y = 2;

Returns
TypeDescription
float

The y.

getZ()

public abstract float getZ()

Z coordinate (or depth).

float z = 3;

Returns
TypeDescription
float

The z.