Interface NormalizedVertexOrBuilder (2.37.0)

public interface NormalizedVertexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getX()

public abstract float getX()

Required. Horizontal coordinate.

float x = 1;

Returns
TypeDescription
float

The x.

getY()

public abstract float getY()

Required. Vertical coordinate.

float y = 2;

Returns
TypeDescription
float

The y.