UV.IsAlmostEqualTo(UV)
Method
Description:
Determines whether this 2-D vector and the specified 2-D vector are the same within the tolerance (1.0e-09).
Determines whether this 2-D vector and the specified 2-D vector are the same within the tolerance (1.0e-09).
Parameters
| Parameter | Type | Description |
|---|---|---|
| source | UV | The vector to compare with this vector. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the vectors are the same; otherwise, false. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when left is. |