circumradius

WebJar for circumradius

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

circumradius
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

circumradius
WebJar for circumradius
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mikolalysenko/circumradius

Download circumradius

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : circumcenter jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0