atan2(y:x:)
Returns the two-argument arctangent of the specified values.
Declaration
static func atan2(y: Double, x: Double) -> Angle2DParameters
- y:
The source
yvalue. - x:
The source
zvalue
Returns the two-argument arctangent of the specified values.
static func atan2(y: Double, x: Double) -> Angle2DThe source y value.
The source z value