#include <c4d_uvwtag.h>
Public Member Functions | |
| SmallUVW () | |
| SmallUVW (Float32 t_u, Float32 t_v) | |
Public Attributes | |
| Float32 | u |
| Float32 | v |
Represents a UV.
| SmallUVW | ( | ) |
Default constructor.
Constructor that initializes SmallUVW::u and SmallUVW::v coordinates.
| [in] | t_u | U coordinate. |
| [in] | t_v | V coordinate. |
| Float32 u |
U coordinate.
| Float32 v |
V coordinate.