@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable math_atan2Const

    math_atan2: (y: number, x: number) => number = ...

    alias for Math.atan2.

    Type declaration

      • (y: number, x: number): number
      • Returns the angle (in radians) between the X axis and the line going through both the origin and the given point.

        Parameters

        • y: number

          A numeric expression representing the cartesian y-coordinate.

        • x: number

          A numeric expression representing the cartesian x-coordinate.

        Returns number