UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 111 B
import { Quaternion } from "./Quaternion"; export function QuatZero() { return new Quaternion(0, 0, 0, 0); }