boundary-cells

WebJar for boundary-cells

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

boundary-cells
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

boundary-cells
WebJar for boundary-cells
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download boundary-cells

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : tape jar [4.0.0,5)

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.1