UV(Double, Double)
Constructor
Description:
Creates a UV with the supplied coordinates.
Creates a UV with the supplied coordinates.
Parameters
| Parameter | Type | Description |
|---|---|---|
| u | Double | The first coordinate. |
| v | Double | The second coordinate. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when setting an infinite number to the U or V property. |