Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
full-convex-hull
Advanced tools
Computes the convex hull of a set allowing for possible lower dimensional degeneracies
Computes the convex hull of a set of (possibly degenerate points).
For most inputs, this module is equivalent to convex-hull
, except if the point set is degenerate, it will return the convex hull of the lower dimensional subset instead of an empty hull.
Handling these degeneracies is more expensive, so if you don't need this behavior you should use the regular convex-hull
module.
var convexHull = require('full-convex-hull')
var points = [[1,0,0], [0,1,0], [1,1,0], [5,-3,0]]
console.log(convexHull(points))
npm install full-convex-hull
require('full-convex-hull')(points)
Computes the convex hull of points
with degeneracies.
points
is an array of points.Returns The convex hull of the point set, handling all degeneracies
(c) 2014 Mikola Lysenko. MIT License
FAQs
Computes the convex hull of a set allowing for possible lower dimensional degeneracies
The npm package full-convex-hull receives a total of 5,245 weekly downloads. As such, full-convex-hull popularity was classified as popular.
We found that full-convex-hull demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.