Math
public final class Math
A collection of Math related helper functions.
-
Convert degrees to radians.
Declaration
Swift
public static func degreesToRadians(d: Float) -> Float
Parameters
d
The degrees to be converted.
Return Value
The equivalent radians.