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 full)

Properties

Properties

name: "atan2"