Interface NormalizedVertexOrBuilder (2.41.0)

public interface NormalizedVertexOrBuilder 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 (starts from the top of the image).

float y = 2;

Returns
TypeDescription
float

The y.