UNPKG

react-pixi-plot

Version:

A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots

6 lines (5 loc) 203 B
/// <reference types="pixi.js" /> /** * A simple distance calculation between two cartesian objects with x and y parameters. */ export declare const distance: (a: PIXI.Point, b: PIXI.Point) => number;