#include <uv.h>
Public Member Functions | |
Uv () | |
Uv (float c) | |
Uv (float _u, float _v) | |
bool | operator== (const Uv &other) const |
bool | is_near (const Uv &other, float threshold=EPSILON) const |
Public Attributes | |
float | u |
The u component. | |
float | v |
The v component. |
Uv::Uv | ( | ) |
Uv::Uv | ( | float | c | ) |
Uv::Uv | ( | float | _u, | |
float | _v | |||
) |
bool Uv::is_near | ( | const Uv & | other, | |
float | threshold = EPSILON | |||
) | const |
bool Uv::operator== | ( | const Uv & | other | ) | const |
float Uv::u |
The u component.
float Uv::v |
The v component.