UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 274 B
/** * * @param {Vector3|THREE.Vector3} source * @param {Vector3|THREE.Vector3} destination * @returns {boolean} */ export function copyToVector3(source: Vector3 | THREE.Vector3, destination: Vector3 | THREE.Vector3): boolean; //# sourceMappingURL=copyToVector3.d.ts.map