Variable: RADIAN
ts
const RADIAN: number;Degrees in one radian (180 / PI).
@inline so it folds to a literal at call sites — required for the @inline vector utils that reference it (yawDegree, yawDegree3d); without it their inlined bodies emit a dangling ____exports.RADIAN.