boundary-cells

WebJar for boundary-cells

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

boundary-cells
Последняя версия

Последняя версия

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

boundary-cells
WebJar for boundary-cells
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mikolalysenko/boundary-cells

Скачать boundary-cells

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/boundary-cells/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>boundary-cells</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/boundary-cells/
implementation 'org.webjars.npm:boundary-cells:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/boundary-cells/
implementation ("org.webjars.npm:boundary-cells:2.0.1")
'org.webjars.npm:boundary-cells:jar:2.0.1'
<dependency org="org.webjars.npm" name="boundary-cells" rev="2.0.1">
  <artifact name="boundary-cells" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='boundary-cells', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "boundary-cells" % "2.0.1"
[org.webjars.npm/boundary-cells "2.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : tape jar [4.0.0,5)

Модули Проекта

Данный проект не имеет модулей.

boundary-cells

Computes a basis for the collection of all boundary cells in a cell complex. This is not the same as the boundary operator for a cell complex.

Example

var bnd = require('boundary-cells')

console.log(bnd([
  [0, 1, 2],
  [2, 1, 3]
]))

Install

npm i boundary-cells

API

require('boundary-cells')(cells)

Extracts the boundary of all cells in a cell complex

  • cells is a cell complex

Returns An array of all boundary cells in the complex

Credits

(c) 2013-2015 Mikola Lysenko. MIT License

Версии библиотеки

Версия
2.0.1