Interface FtoDegrees

Converts an angle expressed in radians into degrees

interface FtoDegrees {
    args: [number | GeoStylerNumberFunction];
    name: "toDegrees";
}

Hierarchy (view full)

Properties

Properties

args: [number | GeoStylerNumberFunction]
name: "toDegrees"