New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

viz-quadtree

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viz-quadtree

Quadtree implmentation in Typescript

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Npm Version Npm Downloads Build Status Build status #Quad Tree

Usage

let qTree = new Quadtree({x:0, y:0, width:400, height:400}); // init

qTree.insert({x:30,y:40,width:10,height:10}); // inserts a node

let nodes = qTree.retrieve({x:10,y:10,width:10,height:10}); // gets possible matches

Keywords

quadtree

FAQs

Package last updated on 04 Aug 2016

Did you know?

Socket

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.

Install

Related posts