UV.AngleTo
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.
public double AngleTo(
UV source
)
-
sourceThe specified vector.
Return Value
Double
The real number between 0 and 2*PI equal to the angle between the two vectors in radians.
-
Thrown when source is.