UV.AngleTo
Method
Description:
Returns the angle between this vector and the specified vector.
Returns the angle between this vector and the specified vector.
Remarks:
The angle is measured counterclockwise.
The angle is measured counterclockwise.
Parameters
| Parameter | Type | Description |
|---|---|---|
| source | UV | The specified vector. |
Return Value
| Type | Description |
|---|---|
| Double | The real number between 0 and 2*PI equal to the angle between the two vectors in radians. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when source is. |