Vertex.UvCoordinate

public static final class Vertex.UvCoordinate

Represents a texture Coordinate for a Vertex. Values should be between 0 and 1.

Fields

public float x
public float y

Public Constructors

Vertex.UvCoordinate(float x, float y)

Inherited Methods

Fields

public float x

public float y

Public Constructors

public Vertex.UvCoordinate (float x, float y)

Parameters
x
y