@iro/cox
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

cox

Collision engine may evolve into physical engine.

Install

npm i @iro/cox

Usage

import {collide, Polygon, Circle} from '@iro/cox'

const polygon = new Polygon({
  x: 10,
  y: 20,
  vertices: [-60, -60, -120, 0, -60, 60, 60, 60, 120, 0, 60, -60]
})const circle = new Circle({
  x: 60,
  y: 60,
  r: 50
})collide(polygon, circle) // output: true

Readme

Keywords

none

Package Sidebar

Install

npm i @iro/cox

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

58.9 kB

Total Files

7

Last publish

Collaborators

  • jetlua