SpriteConvertDegreesToRadians Method |
Convert a number from degrees to radians.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntaxpublic double ConvertDegreesToRadians(
double Degrees
)
Parameters
- Degrees
- Type: SystemDouble
The number from 0 to 360 in degrees
Return Value
Type:
DoubleThe corresponding number converted to radians
See Also