@nerolang/euclid
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@nerolang/euclid

Install

pnpm add @nerolang/euclid

How to use?

import { Point, Rectangle, Vector2, MathHelper } from '@nerolang/euclid'

const point = new Point(0, 0)
const rectangle = new Rectangle(0, 0, 64, 64)
const vector2 = new Vector2(0, 0)

/@nerolang/euclid/

    Package Sidebar

    Install

    npm i @nerolang/euclid

    Weekly Downloads

    4

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    16.7 kB

    Total Files

    12

    Last publish

    Collaborators

    • cat1989