geostyler-style
    Preparing search index...

    Interface Fatan2

    Converts a rectangular coordinate (x, y) to polar (r, theta) and returns theta.

    interface Fatan2 {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "atan2";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "atan2"