astatroth/php-hexgrid
Composer 安装命令:
composer require astatroth/php-hexgrid
包简介
Axial hexagonal grid generator for PHP
README 文档
README
This package is a port of Axial hexagonal grid by Robert Brewitz, originally written in JS.
Installation
You can install the package via composer:
composer require astatroth/php-hexgrid
Usage
use Astatroth\HexGrid\Grid; $grid = new Grid; print_r($grid->hexagon(0, 0, 3, true));
The resulting array of coordinates can be user to draw a hexagonal grid itself. Visit the original github page if you want an example of how to draw the grid.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-20