@arrgh/vec3

TypeScript 3D Vector library based on iterators and arrays, uncompiled, use "moduleResolution": "node".

Usage no npm install needed!

<script type="module">
  import arrghVec3 from 'https://cdn.skypack.dev/@arrgh/vec3';
</script>

README

@arrgh/vec3

TypeScript 3D Vector library based on iterators and arrays, UNCOMPILED, use "moduleResolution": "node".

Inspired by glMatrix and glm.

Like glMatrix we will flatten iteration, but unlike glMatrix, we will not inline function calls, we will let that task to the minifier and / or JIT.