circumcenter

WebJar for circumcenter

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

circumcenter
WebJar for circumcenter
Ссылка на сайт

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

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

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

https://github.com/mikolalysenko/circumcenter

Скачать circumcenter

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : dup jar [1.0.0,2)
org.webjars.npm : robust-linear-solve jar [1.0.0,2)

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

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

circumcenter

Computes the circumcenter of a simplex. That is, it is the center of an n-sphere passing through n+1 points.

testling badge

build status

#Usage

First install using npm:

npm install circumcenter

Then you can call it like so:

var circumcenter = require("circumcenter")

console.log(circumcenter([[0,0], [0,1], [1,1]]))

//Prints:
//
//    [0.5, 0.5]
//

require("circumcenter")(points)

Computes the circumcenter of a collection of points

require("circumcenter").barycentric(points)

Computes the circumcenter in barycentric coordinates

Credits

(c) 2013 Mikola Lysenko. MIT License

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

Версия
1.0.0