circumradius

WebJar for circumradius

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/mikolalysenko/circumradius

Скачать circumradius

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

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

Зависимости

compile (1)

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

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

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

circumradius

Computes the radius of the circumcircle of a simplex.

Example

var circumradius = require('circumradius')
var points = [[1, 0], [0,1], [1,1]]
console.log(circumradius(points))

Install

npm i circumradius

API

var rad = require('circumradius')(points)

Computes the radius of the circumcircle of the given simplex

  • points is a set of points describing the vertices of a simplex.

Returns The radius of the circumcircle of the simplex.

Notes This module is not robust

License

(c) 2015 Mikola Lysenko. MIT

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

Версия
1.0.0