UNPKG

vega-scenegraph

Version:

Vega scenegraph and renderers.

6 lines (5 loc) 179 B
export const DegToRad = Math.PI / 180; export const Epsilon = 1e-14; export const HalfPi = Math.PI / 2; export const Tau = Math.PI * 2; export const HalfSqrt3 = Math.sqrt(3) / 2;