HR_CRS: CRS & {
    transformation: Transformation;
} = ...

Represents an affine transformation: a set of coefficients a, b, c, d for transforming a point of a form (x, y) into (ax + b, cy + d) and doing the reverse. Used by Leaflet in its projections code.

Generated using TypeDoc