Skip to content

Variable: ZERO_VECTOR

ts
const ZERO_VECTOR: Readonly<Vector>;

Shared immutable direction/axis vectors.

These are single shared instances (created once), not @inline constants — consumers must treat them as read-only. Placed after vector.ts in the merged bundle so createVector is defined before these run.