GLTexture.uv - multiple declarations

Function GLTexture.uv

image coords to UV

Prototype

float[2] uv(
  int x,
  int y
);

Function GLTexture.uv

Prototype

float[2] uv(
  Point pt
);

Function GLTexture.uv

return UV coords for bottom right corner

Prototype

float[2] uv();

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0