 | AnglesDeg2Rad Method |
Converts a degree angle to a radian angle.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Deg2Rad(
float deg
)
Public Shared Function Deg2Rad (
deg As Single
) As Single
public:
static float Deg2Rad(
float deg
)
static member Deg2Rad :
deg : float32 -> float32
Parameters
- deg
- Type: SystemSingle
Angle to convert (in degree).
Return Value
Type:
Single Converted angle (in radians).
See Also