Contents

atan2(y:x:)

Returns the two-argument arctangent of the specified values.

Declaration

static func atan2(y: Double, x: Double) -> Angle2D

Parameters

  • y:

    The source y value.

  • x:

    The source z value

See Also

Geometry functions