Class Vertex.UvCoordinate

  • Enclosing class:
    Vertex

    public static final class Vertex.UvCoordinate
    extends java.lang.Object
    Represents a texture Coordinate for a Vertex. Values should be between 0 and 1.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      UvCoordinate​(float x, float y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • UvCoordinate

        public UvCoordinate​(float x,
                            float y)