0.0.2 • Published 10 years ago

hexcell v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hexcell

A hexagon cell for a hexgrid

npm install hexcell --save

Example

var Point = require('point2d');
var Hexcell = require('hexcell');

var point = new Point(2, 3);
var cell = new Hexcell(point, { extraData: 3 });
console.log(cell.data.extraData); // 3

Methods

Hexcell(point2d)

Creates a hexcell at point point2d

Hexcell(point2d, data)

Creates a hexcell at point point2d with an object data that contains data

Hexcell.data

The data attached to this cell

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago