UV

Fields

float u
float v

Functions

UV
UV
bool operator==
bool operator!=

Detailed Description

struct UV

A structure that contains UV parameter information.

Public Functions

UV() = default
inline UV(float u, float v)
inline bool operator==(UV const &that) const
inline bool operator!=(UV const &that) const

Public Members

float u
float v