collision

0.1.0 • Public • Published

collision

SAT collision testing for browsers

Install

$ cortex install collision --save

Usage

var collision = require('collision');

Class: collision(options)

new collision({
    name: 'Hulk'
});
  • options Object description of options
    • name String description of options.name

Creates a new collision instance.

<method-name>(foo, bar, [bee], boo)

  • foo String='foo' description of foo
  • bar Boolean= description of bar
  • bee Object [] indicates that it is an optional parameter
    • abc Buffer a property of bee, i.e. bee.abc
  • boo function(arg1, arg2) what is the method used for

Event: '<event-name>'

  • e Object the first parameter of the callback

collision.<method-name>(arguments)

Package Sidebar

Install

npm i collision

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kael