2027 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
)
  • source
    The specified vector.
Return Value Double The real number between 0 and 2*PI equal to the angle between the two vectors in radians.