README
CB-POINT
Single Point class for x,y with a large amount of built-in helper and math functions.
How to use
- call
new CMPointormakePoint.
Personal use x/y class for vector / point / sizes, with vector math methods
<script type="module">
import cooperbuckinghamPoint from 'https://cdn.skypack.dev/@cooperbuckingham/point';
</script>
Single Point class for x,y with a large amount of built-in helper and math functions.
new CMPoint or makePoint.