Interface Fcos

Returns the cosine of an angle expressed in radians

interface Fcos {
    args: [number | GeoStylerNumberFunction];
    name: "cos";
}

Hierarchy (view full)

Properties

Properties

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