2024 Method
Changes 0
M

UV.AngleTo

Description:
Returns the angle between this vector and the specified vector.
Remarks:
The angle is measured counterclockwise.
public double AngleTo(
	UV source
)
Return Value double The real number between 0 and 2*PI equal to the angle between the two vectors in radians.