UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 498 B
/** * Normalizes plane representation. * Note plane normal must have a non-zero length. * @param {number[]} destination * @param {number} destination_offset * @param {number} x plane normal X * @param {number} y plane normal Y * @param {number} z plane normal Z * @param {number} w planar offset constant */ export function plane3_normalize(destination: number[], destination_offset: number, x: number, y: number, z: number, w: number): void; //# sourceMappingURL=plane3_normalize.d.ts.map