Related Scripting Object: UV
This structure represents a UV coordinate. More...
#include <xsi_uv.h>
Public Member Functions |
|
| CUV () | |
| CUV (const CUV &in_uv) | |
| CUV (double in_u, double in_v) | |
| bool | operator== (const CUV &in_uv) const |
| bool | operator!= (const CUV &in_uv) const |
Public Attributes |
|
| double | u |
| double | v |
CUV can be created from Triangle and TriangleVertex objects.
| CUV | ( | ) | [inline] |
Default constructor.
Copy constructor.
| in_uv | Constant CUV object. |
| CUV | ( | double | in_u, | |
| double | in_v | |||
| ) | [inline] |
Constructor. Creates a CUV object from uv values.
| in_u | U coordinate value. | |
| in_v | V coordinate value. |
| bool operator== | ( | const CUV & | in_uv | ) | const [inline] |
Equality operator.
| in_uv | CUV to compare with. |
| bool operator!= | ( | const CUV & | in_uv | ) | const [inline] |
Inequality operator.
| in_uv | CUV to compare with. |
| double u |
U coordinate value
| double v |
V coordinate value