![]() |
![]() |
![]() |
Geometry.RadianToDegree Method |
Language: |
Converts radians to degrees.
Visual Basic .NET Public Shared Function RadianToDegree( _
ByVal radian As Single _
) As SingleC# public static float RadianToDegree(
float radian
);Managed C++ public: static float RadianToDegree(
float radian
);JScript .NET public static function RadianToDegree(
radian : float
) : float;
radian System.Single. Value, in radians, to convert to degrees.
System.Single . Converted value in degrees.
This method uses the following value for pi to compute radians:
3.141592654f
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center