Class representing texture UV coordinates data.
bool equals(const TextureCoordinate &textureCoordinate) const
Compares this texture coordinate with given texture coordinate.
TextureCoordinate & set(const TextureCoordinate &textureCoordinate)
Set texture coordinate.
array< float, 2 > & getArray() const
TextureCoordinate clone()
Clones the texture coordinate.